Flight Price Analysis
When booking a flight, travelers need to be confident that they're getting a good deal. The Flight Price Analysis API uses an Artificial Intelligence algorithm trained on Amadeus historical flight booking data to show how current flight prices compare to historical fares and whether the price of a flight is below or above average.
For a given city pair and departure date, the API provides historical prices in a quartile distribution, including minimum, maximum and average price.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
originIataCode | string | ||
destinationIataCode | string | ||
departureDate | string | ||
currencyCode | string | ||
oneWay | boolean |