IMF Commodities
economic__imf-commoditiesRetrieve IMF economic indicators including GDP growth, inflation, unemployment, and government debt for 190+ countries from 1980 onward with quality-scored data and source citations.
Instructions
[Economic & Financial Data Agent] Get economic indicators from the IMF World Economic Outlook (WEO) DataMapper. Includes GDP growth, inflation, unemployment, government debt, trade, and more for 190+ countries. Supports multi-year ranges back to 1980. Source: International Monetary Fund (IMF Terms of Use), updates monthly. Returns the Katzilla envelope { data, quality, citation } — quality scores freshness/uptime/confidence; citation carries the source URL, license, and a SHA-256 data hash for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| indicator | No | WEO indicator code. Common: NGDP_RPCH (real GDP growth %), PCPIPCH (inflation %), LUR (unemployment %), GGXWDG_NGDP (govt debt % GDP), BCA_NGDPD (current account % GDP), NGDPD (GDP $ billions), NGDPDPC (GDP per capita $) | NGDP_RPCH |
| country | No | ISO3 country code (e.g. USA, GBR, CHN, DEU, JPN, FRA, IND, BRA) or W00 for World | USA |
| startYear | No | Start year (IMF has data from ~1980) | |
| endYear | No | End year (IMF includes forecasts 2-3 years ahead) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured payload from the upstream source. | |
| text | No | Pre-rendered text representation, when applicable. | |
| quality | Yes | Quality scorecard: freshness, uptime, completeness, confidence, certainty. | |
| citation | Yes | Provenance block — source, license, retrieval timestamp, SHA-256 data hash, pre-formatted citation text. |