← Underrättelsekombinationer

Inflationsjusterad resekostnad

GET /mashup/travel/inflation

Bedöm resedestinationsvärde: kombinerar växelkurser, inflationsdata och köpkraftsparitet för att visa om en destination blir billigare eller dyrare i förhållande till ditt hemland.

Parametrar

destination obligatorisk

Destination country code

home valfri

Home country code (default US)

Exempelförfrågningar

Grundläggande användning
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": null,
  "generated_at": "2026-08-12T07:31:24.663062Z",
  "home": "US",
  "inflation": {
    "destination": 3.5206,
    "home": 2.9495
  },
  "purchasing_power_ratio": 0.58,
  "success": true
}