API Documentation
⌘K
API Key
Get free key GET
/api/1/economic-forecasts/{country}Country Forecasts
Returns IMF World Economic Outlook projections for all indicators of a country: GDP growth, inflation, unemployment, current account, government debt, and more. Points with isForecast=true are IMF projections.
Parameters
2fromnumberStart year (default: 5 years ago)
countrystringrequiredISO3 country code (e.g. USA, DEU, JPN) or an IMF aggregate code
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/economic-forecasts/US?from=2025-01-01' \
-H 'Accept: application/json'200 Response
{
"country": "USA",
"forecastFromYear": 2026,
"indicators": {
"id": "NGDP_RPCH",
"name": "Real GDP growth",
"units": "string",
"series": {
"year": 0,
"value": 0,
"isForecast": false
}
}
}