finance.macro.country
Retrieve World Bank economic indicators like GDP, population, inflation, and trade data for 200+ countries using ISO country codes and indicator IDs.
Instructions
Get global development indicators from World Bank — GDP, population, inflation, trade, poverty for 200+ countries
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country_code | Yes | ISO 3166 country code (e.g. "US", "DE", "CHN") or "all" for all countries. | |
| indicator_id | Yes | World Bank indicator ID (e.g. "NY.GDP.MKTP.CD" for GDP, "SP.POP.TOTL" for population, "FP.CPI.TOTL.ZG" for inflation). | |
| date_range | No | Year or year range (e.g. "2023" or "2010:2023"). Omit for all available years. | |
| per_page | No | Results per page (default 50, max 1000). |