GET /mashup/travel/inflation
Hinnake travel destination value: combines vahetuskursid, inflation data, and ostujõu pariteet to show whether a destination is getting cheaper or more expensive relative to your home country.
destination
kohustuslik
Destination country code
home
valikuline
Home country code (default US)
| Nimi | Kohustuslik | Vaikeväärtus | Kirjeldus |
|---|---|---|---|
destination |
Jah | - | Destination country code |
home |
Ei | - | Home country code (default US) |
curl "https://nordapi.ee/api/v1/mashup/travel/inflation?destination=EE&home=US"
{
"cost_assessment": "Affordable destination",
"currencies": {
"destination": "EUR",
"home": "USD"
},
"destination": "EE",
"exchange_rate": 0.86767896,
"generated_at": "2026-04-05T20:48:53.739110Z",
"home": "US",
"inflation": {
"destination": 3.5206,
"home": 2.9495
},
"purchasing_power_ratio": 0.58,
"success": true
}