IMF DataMapper Query
ext_imfQuery IMF World Economic Outlook data for GDP growth, inflation, unemployment, current account, government debt, and more. Retrieve data for multiple indicators, countries, and time periods. Free and requires no authentication.
Instructions
查询 IMF 世界经济展望 (WEO) 数据。支持 GDP 增速、通胀、失业率、经常账户、政府债务等。支持同时查询多个指标。完全免费,无需认证。
Args:
indicators (string | string[]): 单个或多个指标名/IMF代码,如 "GDP_GROWTH" 或 ["GDP_GROWTH","CPI_INFLATION","GOVT_DEBT"]
countries (string[]): ISO 代码数组,如 ["CHN","USA","JPN"];默认 ["CHN"]
periods (string[]): 年份数组,如 ["2020","2021","2022","2023"];不传则返回全部
常用指标: GDP_GROWTH | GDP_USD | GDP_PER_CAPITA | CPI_INFLATION | UNEMPLOYMENT | CURRENT_ACCOUNT | GOVT_DEBT | GOVT_BALANCE | GROSS_SAVINGS | INVESTMENT | POPULATION
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| indicators | Yes | 单个或多个指标名,如 "GDP_GROWTH" 或 ["GDP_GROWTH","CPI_INFLATION"] | |
| countries | No | ISO 代码数组,如 ["CHN","USA"] | |
| periods | No | 年份数组,如 ["2020","2021","2022"] |