tool_fare_calendar
Find the cheapest day to fly within a month using day-of-week analysis, price tiers, and best week recommendations.
Instructions
PRICE timing (day-level): cheapest DAY to fly within ONE month.
Samples up to 15 departure dates in one month — day-of-week analysis, price tiers, best/worst weeks. For cheapest MONTH across a year use find_cheapest_month; for best weather use best_month_to_visit.
Args: origin: Origin airport IATA code (e.g., "JFK") destination: Destination airport IATA code (e.g., "LHR") year: Year (default: next occurrence of month) month: Month 1-12 (default: next month) adults: Number of passengers cabin_class: economy | premium_economy | business | first currency: Currency code (e.g., "USD", "EUR", "GBP") trip_length_days: If set, price as round-trip (return = departure + N days)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | ||
| destination | Yes | ||
| year | No | ||
| month | No | ||
| adults | No | ||
| cabin_class | No | economy | |
| currency | No | USD | |
| trip_length_days | No |