Global Economic Indicator Comparison
ext_global_compareRetrieve the same economic indicator from World Bank and IMF for multiple countries to enable rapid international comparisons. Specify indicator codes, country list, and start year.
Instructions
同时从世界银行和 IMF 获取同一指标的多国数据,快速进行国际横向对比。
Args:
wbIndicator (string): 世界银行指标,如 "GDP_GROWTH"
imfIndicator (string): IMF 指标,如 "GDP_GROWTH"
countries (string[]): ISO 代码,如 ["CHN","USA","DEU","JPN","IND"]
startYear (number): 起始年份
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wbIndicator | Yes | 世界银行指标名,如 "GDP_GROWTH" | |
| imfIndicator | No | IMF 指标名,如 "GDP_GROWTH"(不填则只查 WB) | |
| countries | No | ISO3 代码数组 | |
| startYear | No | 起始年份 |