EconDash

Endpoints

API endpoints reference

Time Series

GET /api/v1/timeseries/{code}

Returns time series data for an indicator.

ParamTypeDescription
countrystringISO3 code (required for trial)
start_datedateYYYY-MM-DD
end_datedateYYYY-MM-DD
limitintMax points (default 10000, trial max 1000)

GET /api/v1/timeseries/{code}/top-countries

Returns top N countries by latest value.

ParamTypeDescription
limitint1–50 (trial max 10)

Metadata

  • GET /api/v1/indicators — List indicators
  • GET /api/v1/sources — List data sources for indicators (Data Sources)
  • GET /api/v1/news-sources — List RSS news sources (News Sources)
  • GET /api/v1/indicators/{code} — Indicator metadata
  • GET /api/v1/indicators/by-slug/{slug} — By URL slug
  • GET /api/v1/indicators/{code}/countries — Countries with data
  • GET /api/v1/countries — List countries
  • GET /api/v1/countries/{iso3}/indicators — Indicators for country
  • GET /api/v1/categories — List categories
  • GET /api/v1/stats — Database stats

News

  • GET /api/v1/news — News with optional indicator, category, country filters

Chat

Not available via API. Chat is only available on econdash.org.