World Bank — Get Country Indicator
globalpulse_worldbank_get_indicatorRetrieve World Bank macroeconomic indicators for any country, covering GDP, inflation, unemployment, trade, debt, and more. Data from 1960 to present.
Instructions
Fetch World Bank macroeconomic indicator data for any country. Covers GDP, inflation, unemployment, trade, debt, population, poverty. 10,000+ indicators from 1960–present.
Common codes: NY.GDP.MKTP.CD (GDP), FP.CPI.TOTL.ZG (inflation), SL.UEM.TOTL.ZS (unemployment), SP.POP.TOTL (population), NE.TRD.GNFS.ZS (trade % GDP).
Args:
country_code: ISO alpha-2 or alpha-3 (e.g. "IN", "US", "BRA")
indicator: World Bank indicator code
start_year: Start year (default 2000)
end_year: End year (default current year)
response_format: "markdown" or "json"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_year | No | ||
| indicator | Yes | World Bank indicator code e.g. "NY.GDP.MKTP.CD" | |
| start_year | No | ||
| country_code | Yes | ISO code e.g. "IN", "US" | |
| response_format | No | markdown |