GET /analytics/itinerary-price-metrics

amadeus.com:amadeus-flight-price-analysis

Summary: GET itinerary price metric
Operation ID: get-itinerary-price-metrics
Auth: unknown

Parameters (5)

currencyCode (string, query, optional, default: EUR)

the preferred currency for display. Currency is specified in the [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) format, e.g. EUR for Euro

Constraints: {'minLength': 3, 'maxLength': 3, 'pattern': '[a-zA-Z]{3}'}

departureDate (string, query, required)

The date on which the traveler will depart from the origin to go to the destination. Dates are specified in the[ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) YYYY-MM-DD format.

destinationIataCode (string, query, required)

airport code, following [IATA standard](http://www.iata.org/publications/Pages/code-search.aspx), to which the traveler is going.

Constraints: {'minLength': 3, 'maxLength': 3, 'pattern': '[a-zA-Z]{3}'}

oneWay (boolean, query, optional, default: false)

true to get price metrics for a one way trip, false to get price metrics for a round trip

originIataCode (string, query, required)

airport code, following [IATA standard](http://www.iata.org/publications/Pages/code-search.aspx), from which the traveler will depart

Constraints: {'minLength': 3, 'maxLength': 3, 'pattern': '[a-zA-Z]{3}'}

No probe data for this endpoint yet.