API Documentation
⌘K
API Key
Get free key GET
/api/1/economic-forecasts/indicatorsForecast Indicators
Lists all available IMF World Economic Outlook indicators with descriptions and units
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/economic-forecasts/indicators' \
-H 'Accept: application/json'200 Response
[
{
"id": "NGDP_RPCH",
"name": "Real GDP growth",
"units": "Annual percent change",
"countries": 0,
"minYear": 0,
"maxYear": 0
}
]