Trademap: Goods Time Series
Trademap via Parse · government_public
Returns yearly goods trade time series data with pagination. Can break down by HS product codes or by partner country. Each record contains period/value pairs over the requested year range. Requires a specific reporter country code (World/000 is not supported as reporter). Paginated with configurable page size up to 500. Access international trade data from ITC Trade Map including goods and services trade statistics, time series, trade indicators, country lists, and product classifications (HS codes, EBOPS codes). Fulfilled by Parse from beta.trademap.org.
- b2b-directory
- beta-trademap-org
- finance
- government-public
- parse
- platform-key
- trademap
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/9f9021d2-26de-464e-a412-80acf4d30519/goods_time_series
- Interface artifact
- sha256:88bafdf0cd653f98c65155f3f90f200af20565a6d63529bee111eaa35c855f59
- Manifest digest
- sha256:8a23f1bf54a590d723ff78639846877c841b5dee077b80ce9ff7788bbb0c807e
Request fields
- by (string): Breakdown dimension for the time series.: Allowed values: byProduct, byCountry
- page (integer): Page number for paginated results.
- country (string): Reporter country code (3-digit). Must be a specific country, not 000 (World).
- partner (string): Partner country code. 000 means all partners (World).
- product (string): HS product code to filter by, or ALL for all products.
- sort_by (string): Sort by year value. Defaults to the period_to value.
- currency (string): Currency for trade values.: Allowed values: USD, EUR
- hs_level (string): HS classification detail level.: Allowed values: 2, 4, 6
- sort_dir (string): Sort direction for results.: Allowed values: asc, desc
- indicator (string): Trade indicator type.: Allowed values: VAL, QTY, UV
- page_size (string): Number of records per page (max 500).
- period_to (string): End year of the time series range.
- trade_flow (string): Direction of trade.: Allowed values: E, I
- period_from (string): Start year of the time series range.
- direct_mirror (string): Data source type.: Allowed values: D, M
Example queries
- {"by":"byProduct","country":"842","partner":"000","product":"ALL","sort_by":"2024","currency":"USD","hs_level":"2","sort_dir":"asc","indicator":"VAL","page_size":"50","period_to":"2024","trade_flow":"E","period_from":"2015","direct_mirror":"D"}