Get started
EconomicsAPI API
https://docs.economicsapi.com/
Clean economic data for AI agents
Base URLhttps://api.economicsapi.com
Your first request
curl -X GET "https://api.economicsapi.com/v1/countries" \
-H "Authorization: Bearer sk_live_xxxxxxxxxxxxxxxxxxxx"economicsapi — official economic statistics and global trade data, one API.
Quick start
Get a key, make your first call, read the response.
Authentication
Bearer API keys, where to create them, how to send them.
Integration Prompt
One prompt that makes an AI coding agent integrate the API end-to-end.
MCP Server
Connect Claude, Cursor, or any MCP client directly to the API.
Endpoints
economics
GDP, prices, labour, money, government and external-sector indicators for 50 countries
- get
/v1/countriesList covered countries and groups - get
/v1/indicatorsList indicators with slugs, units, and search aliases - get
/v1/latestLatest values with previous/high/low and source attribution - get
/v1/historyHistorical observations, optionally transformed - get
/v1/searchResolve free text to countries, indicators, and series - get
/v1/updatesSeries whose data changed since a timestamp
trade
Bilateral goods trade for 41 countries, 2015 to today
- get
/v1/tradeRaw trade observations - get
/v1/trade/summaryAggregated trade metrics - get
/v1/trade/monthlyMonthly trade - get
/v1/trade/coverageData coverage per country - get
/v1/trade/productsSearch products - get
/v1/trade/products/{pid}Product metadata - get
/v1/trade/products/{pid}/historyProduct trade series - get
/v1/trade/products/{pid}/marketsTop markets for a product - get
/v1/trade/countriesSearch countries - get
/v1/trade/countries/{cid}Country metadata - get
/v1/trade/countries/{cid}/importsCountry import series - get
/v1/trade/countries/{cid}/exportsCountry export series - get
/v1/trade/countries/{cid}/partnersCountry trading partners - get
/v1/trade/countries/{cid}/productsCountry product mix