GET /mashup/travel/inflation
Assess travel destination value: combines exchange rates, inflation data, and purchasing power parity to show whether a destination is getting cheaper or more expensive relative to your home country.
destination
required
Destination country code
home
optional
Home country code (default US)
| Name | Required | Default | Description |
|---|---|---|---|
destination |
Yes | - | Destination country code |
home |
No | - | Home country code (default US) |
curl "https://nordapi.ee/api/v1/mashup/travel/inflation?destination=EE&home=US"
{
"cost_assessment": "Insufficient data to assess",
"currencies": {
"destination": null,
"home": "USD"
},
"destination": "EE",
"exchange_rate": null,
"generated_at": "2026-07-05T17:23:34.547653Z",
"home": "US",
"inflation": {
"destination": null,
"home": null
},
"purchasing_power_ratio": null,
"success": true
}