API Documentation

⌘K
Get free key
GET/api/1/macro/oecd

OECD Indicators API

OECD key economic indicators (KEI, national accounts, labour force) by country and period.

Parameters

5
countrystring
query

ISO country code (e.g. USA, DEU)

indicatorstring
query

Indicator code or substring

start_datestring
query

Start period YYYY-MM-DD

end_datestring
query

End period YYYY-MM-DD

limitnumber
query

Max rows (default 500, max 5000)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/macro/oecd?country=USA&limit=10' \
  -H 'Accept: application/json'
200 Response
Default Response