Skip to main content
The cheapest fares for a fixed route and date. Takes the same inputs as Flight Calendar but for one specific departure date (one-way, or with a return date for round-trip) returns up to ten itineraries sorted cheapest-first. The fixed-date counterpart of Flight Calendar — reach for it when the date is locked and you just want the cheapest options that day. Cache-backed; no live pricing. Each result includes an offer token you can pass into a live price check or directly into a trip.

Usage

jinko lowest-fare [options]

Options

FlagRequiredDescriptionDefault
--origins <codes...>Yesorigin IATA airport/city codes. JSON: origins[].
--destinations <codes...>Nodestination IATA airport/city codes. Omit to scan all destinations. JSON: destinations[].
--date <date>Yesdeparture date (YYYY-MM-DD). JSON: departure_dates[0].
--return-date <date>Noreturn date (YYYY-MM-DD) — makes it a round-trip. JSON: return_dates[0].
--cabin-class <class>Nocabin class: economy, premium_economy, business, first (default: economy). JSON: cabin_class.
--direct-onlyNoonly direct flights. JSON: direct_only.
--from <origin>NoDEPRECATED: use —origins.
--to <destination>NoDEPRECATED: use —destinations.
--cabin <class>NoDEPRECATED: use —cabin-class.