EconDash

API Documentation

EconDash API for economic indicators and time series data

Overview

EconDash API provides access to 753 economic indicators across 298 countries with over 1.5 million data points. Use it to build dashboards, research tools, or integrate economic data into your applications.

Capabilities

  • Time series data — GDP, inflation, unemployment, population, trade, and more
  • Top countries — Rank countries by indicator value
  • Metadata — Indicators, countries, categories
  • News — Economic news filtered by indicator
  • 753 indicators in 10 categories (macroeconomics, finance, demographics, labor, etc.)
  • AI agents (pay-per-call) — Same data via x402 and MPP on /api/v1/m2m/... without a dashboard API key

Free Trial Access

You can try the API without an API key. Trial limits apply:

LimitValue
Requests per day300
Requests per minute30
Countries10 (USA, CHN, DEU, JPN, GBR, FRA, IND, BRA, RUS, KOR)
Indicators50 (macro, trade, finance)
Timeseries limitmax 1000 points
Top countries limitmax 10

Full access requires a 298 countries, 753 indicators, higher rate limits.


Base URLs

Trial and browser-friendly access — site proxy (no API key):

https://econdash.org/api/proxy?path=

Append the API path to path=. Example: GET https://econdash.org/api/proxy?path=/api/v1/stats

Subscribed users — data API with an API key on the site host: https://econdash.org/api/v1/... (see Quick Start).

AI agents (x402 / MPP) — pay-per-call M2M routes on the site host only: /api/v1/m2m/... (not the generic proxy for the full payment retry flow).