Get Country Economic Data
finance.macro.countryRetrieve World Bank development indicators for any country including GDP, population, inflation, trade, and poverty data.
Instructions
Get global development indicators from World Bank — GDP, population, inflation, trade, poverty for 200+ countries
Input 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). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |