Flight Price Calendar
aviasales.flights.calendarRetrieve a monthly flight price calendar by entering departure and arrival IATA codes. View prices for each day in a selected month to find the cheapest travel dates.
Instructions
Get flight price calendar for a route
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | Departure city or airport IATA code (e.g. MOW, JFK) | |
| destination | Yes | Arrival IATA code (e.g. BKK, LON) | |
| month | No | Month in YYYY-MM format to get calendar prices (e.g. 2026-06) | |
| currency | No | Currency code for prices (default usd) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |