API Documentation
EconDash API for economic indicators and time series data
Overview
EconDash API provides access to 265 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
- 265 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:
| Limit | Value |
|---|---|
| Requests per day | 300 |
| Requests per minute | 30 |
| Countries | 10 (USA, CHN, DEU, JPN, GBR, FRA, IND, BRA, RUS, KOR) |
| Indicators | 50 (macro, trade, finance) |
Timeseries limit | max 1000 points |
Top countries limit | max 10 |
Full access requires a monthly subscription — 298 countries, 265 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).