DOT Data Labs
Dataset

AirlinePrices-Feed

Real-time global airfare data feed covering 600+ carriers and 12,000+ city-pair routes.

600+ IATA codes
Carriers
12,000+ city pairs
Routes
~30M
Quotes / day
Real-time (sub-minute)
Refresh

A continuously refreshed feed of airline fare quotes across cabin classes (economy, premium, business, first), inclusive of taxes and fees, sourced from GDS and carrier sites. Each quote is keyed to a normalized route (origin–destination), travel date, search date, carrier IATA, fare basis, and cabin. Useful for fare-prediction, ranking, and dynamic-pricing models.

Tags

AirlinePricesTravelReal-timeFeedPricing

Delivery formats

  • JSONL stream
  • Parquet daily
  • Kafka topic (on request)

License

Commercial AI training license, perpetual. Source-attribution preserved.

Data sample

What a record looks like

Sample fare quote

JSONIllustrative — full sample available under NDA
{
  "search_ts": "2026-05-15T08:14:02Z",
  "origin": "WAW",
  "destination": "JFK",
  "depart": "2026-08-12",
  "return": "2026-08-26",
  "carrier": "LO",
  "cabin": "economy",
  "price_total_eur": 612.40,
  "fare_basis": "VOWPL"
}
← Back to all datasets