API Documentation
⌘K
API Key
Get free key GET
/api/1/macro/country/{country}Country Indicators API
Returns all macro economic indicators available for a given country (GDP, unemployment, inflation, etc.)
Parameters
2languagestringLanguage code (default en)
countrystringrequiredCountry code or slug (e.g. us, de, gb)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/macro/country/US?language=en' \
-H 'Accept: application/json'200 Response
{
"indicators": {
"slug": "gdp",
"name": "Gross Domestic Product",
"mainCategory": "GDP & Output",
"category": "string",
"country_code": "us"
},
"countryAlternatives": []
}