← Underrättelsekombinationer

Inflationsjusterad resekostnad

GET /mashup/travel/inflation

Assess rese destination värde: kombinerar växelkurss, inflation data, and köpkraftsparitet to visa huruvida a destination is getting cheaper eller mer expensive relative to din home land.

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": 0.86767896,
  "generated_at": "2026-04-05T19:32:45.390189Z",
  "home": "US",
  "inflation": {
    "destination": 3.5206,
    "home": 2.9495
  },
  "purchasing_power_ratio": 0.58,
  "success": true
}