Wto Trade
economic__wto-tradeFetch WTO international trade statistics for merchandise, services, and tariffs. Retrieve data by indicator, reporter, partner, and year with quality scoring and source verification.
Instructions
[Economic & Financial Data Agent] Fetch international trade statistics from the World Trade Organization (WTO) API. Covers merchandise trade, services, and tariffs. Source: World Trade Organization (Public), 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 | WTO indicator code (e.g. ITS_MTV_AX for merchandise exports, ITS_MTV_AM for imports, ITS_CS_AX for commercial services) | ITS_MTV_AX |
| reporter | No | Reporter economy code (e.g. 840=USA, 156=China, 276=Germany, 000=World) | 840 |
| partner | No | Partner economy code (e.g. 000=World, 840=USA, 156=China) | 000 |
| period | No | Year (e.g. '2023') | 2023 |
| maxResults | No | Maximum results to return (1–100) |
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. |