Skip to main content
Find priced itineraries between a known origin and destination using cached results, ideal when the user is flexible on dates. It answers questions like “cheapest week to fly Paris to Barcelona in June” or “best Friday to Sunday options from JFK to LAX next month”. Each result includes an offer token you can pass into a live price check or directly into a trip.

Usage

jinko flight-calendar [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[].
--month <month>Nomonth to display (YYYY-MM), defaults to current month
--cabin-class <class>Nocabin class: economy, premium_economy, business, first (default: economy). JSON: cabin_class.
--direct-onlyNoonly direct flights. JSON: direct_only.
--limit <n>Nomax results to return per page (1-100, default 20). JSON: limit.
--offset <n>Nonumber of results to skip, for pagination (default 0). JSON: offset.
--from <origin>NoDEPRECATED: use —origins.
--to <destination>NoDEPRECATED: use —destinations.
--cabin <class>NoDEPRECATED: use —cabin-class.

Examples

# Cheapest days JFK → CDG in June
jinko flight-calendar --origins JFK --destinations CDG --month 2026-06