World Bank Open Data
ext_world_bankQuery World Bank open data for 200+ countries. Retrieve GDP, CPI, unemployment, trade, and population indicators by specifying country codes and year range.
Instructions
查询世界银行开放数据。支持 GDP、CPI、贸易、人口、失业率等全球 200+ 国家数据。完全免费,无需认证。
Args:
indicator (string): 指标名(如 "GDP"、"CPI"、"UNEMPLOYMENT")或 WB 指标代码(如 "NY.GDP.MKTP.CD")
countries (string[]): ISO3 国家代码数组,如 ["CHN","USA","JPN"];默认 ["CHN"]
startYear (number): 起始年份,默认 2000
endYear (number): 结束年份,默认当前年
常用指标: GDP | GDP_GROWTH | GDP_PER_CAPITA | CPI | UNEMPLOYMENT | POPULATION | EXPORTS | IMPORTS | FDI_INFLOWS | GOVT_DEBT | GINI | LIFE_EXPECTANCY | CO2_EMISSIONS | CURRENT_ACCOUNT
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| indicator | Yes | 指标名如 "GDP" 或 WB 代码如 "NY.GDP.MKTP.CD" | |
| countries | No | ISO3 代码数组,如 ["CHN","USA"] | |
| startYear | No | 起始年份 | |
| endYear | No | 结束年份,默认当前年 |