Research GDP by Country
Look up GDP figures for any country and compare economic output across nations over time.
16000+ World Bank indicators & data
World Bank data: 16,000+ economic, social, and environmental indicators for every country from 1960 to present. Look up time series, compare countries, or search indicator codes. For economic research, country risk, and data journalism.
Get a specific economic indicator for a country over time. Common indicators: GDP (NY.GDP.MKTP.CD), population (SP.POP.TOTL), inflation (FP.CPI.TOTL.ZG), unemployment (SL.UEM.TOTL.ZS).
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "world-economy",
"skill": "indicator",
"input": {
"country": "US",
"indicator": "NY.GDP.MKTP.CD",
"years": 5
}
}' \
https://api.toolrouter.com/v1/tools/callCompare an economic indicator across multiple countries for the most recent available year. Useful for benchmarking and cross-country analysis.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "world-economy",
"skill": "compare_countries",
"input": {
"countries": "US;GB;DE;FR;JP;CA;IT",
"indicator": "NY.GDP.MKTP.CD"
}
}' \
https://api.toolrouter.com/v1/tools/callSearch for available economic indicators by keyword. There are 16,000+ indicators covering economics, health, education, environment, and more.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "world-economy",
"skill": "search_indicators",
"input": {
"query": "education"
}
}' \
https://api.toolrouter.com/v1/tools/callclaude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"world-economy","skill":"indicator","input":{}}' \
https://api.toolrouter.com/v1/tools/callLook up GDP figures for any country and compare economic output across nations over time.
Monitor inflation rates across countries to understand price pressures, currency impacts, and central bank policy contexts.
Find relevant academic papers on any research topic across millions of scholarly publications.
Convert street addresses into precise latitude and longitude coordinates for mapping and spatial analysis.
Perform financial due diligence by extracting SEC filing data, gathering analyst insights, assessing macroeconomic conditions, and visualizing results.
Build a multi-country economic analysis dashboard combining macroeconomic indicators, currency data, country profiles, and data visualizations.
Analyze supply chain options by researching suppliers, comparing sourcing countries, assessing economic risks, and visualizing trade-offs.
Analyze geographic markets for expansion by assessing digital landscape, demographics, economic conditions, and visualizing market attractiveness.
Use `search_indicators` by keyword first. It helps you locate the exact World Bank code before pulling a time series.
Yes. Use `indicator` with a country and a code like GDP, population, or inflation to get a year-by-year series.
Use `compare_countries` with one indicator and a semicolon-separated list of countries like `US;GB;DE`.
Yes. Pass `all` as the country when you want the global series for an indicator.