GET /mashup/travel/inflation
Bewerten Sie travel destination value: combines Wechselkurse, inflation data, und Kaufkraftparität to show whether a destination is getting cheaper oder more expensive relative to your home country.
destination
erforderlich
Destination country code
home
optional
Home country code (default US)
| Name | Erforderlich | Standard | Beschreibung |
|---|---|---|---|
destination |
Ja | - | Destination country code |
home |
Nein | - | 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:47:51.571111Z",
"home": "US",
"inflation": {
"destination": 3.5206,
"home": 2.9495
},
"purchasing_power_ratio": 0.58,
"success": true
}