API Documentation

GET/api/1/macro/indicator/{country}/{slug}

Indicator Profile API

Returns the full profile for a macro economic indicator in a specific country, including metadata and description

Parameters

3
languagestring
query

Language code (default en)

countrystringrequired
path

Country code or slug

slugstringrequired
path

Indicator slug

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/macro/indicator/US/gdp?language=en' \
  -H 'Accept: application/json'
200 Response
{}