← Intelligens-mashups

Inflationsjusteret rejseomkostning

GET /mashup/travel/inflation

Vurder rejsedestinationens værdi: kombinerer valutakurser, inflationsdata og købekraftsparitet for at vise, om en destination bliver billigere eller dyrere i forhold til dit hjemland.

Parametre

destination påkrævet

Destination country code

home valgfri

Home country code (default US)

Eksempelforespørgsler

Grundlæggende brug
curl "https://nordapi.ee/api/v1/mashup/travel/inflation?destination=EE&home=US"

Livesvar

{
  "cost_assessment": "Affordable destination",
  "currencies": {
    "destination": "EUR",
    "home": "USD"
  },
  "destination": "EE",
  "exchange_rate": 0.86767896,
  "generated_at": "2026-04-05T19:32:26.703278Z",
  "home": "US",
  "inflation": {
    "destination": 3.5206,
    "home": 2.9495
  },
  "purchasing_power_ratio": 0.58,
  "success": true
}