Trademap: Services Time Series
Trademap via Parse · government_public
Returns yearly services trade time series data with pagination. Can break down by partner country or EBOPS service category. Each record contains period/value pairs over the requested year range. Requires a specific reporter country code. Note: sort_dir=asc may cause timeouts on large datasets. 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/services_time_series
- Interface artifact
- sha256:d22e08e84e6ffcbafe94fc3c045d7ddff021e8ca8afbc7ca569161207870bd55
- Manifest digest
- sha256:7fd8b877369520bfb094a98ab9de36a12162db820e098e278ae5535dc2a4893e
Request fields
- by (string): Breakdown dimension for the time series.: Allowed values: byCountry, byService
- page (integer): Page number for paginated results.
- country (string): Reporter country code (3-digit). Must be a specific country, not 000.
- service (string): EBOPS service code to filter by, or ALL for all services.
- sort_by (string): Sort by year value. Defaults to the period_to value.
- currency (string): Currency for trade values.: Allowed values: USD, EUR
- sort_dir (string): Sort direction for results. desc recommended; asc may timeout on large datasets.: Allowed values: asc, desc
- 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.
Example queries
- {"by":"byCountry","country":"842","service":"ALL","sort_by":"2024","currency":"USD","sort_dir":"asc","page_size":"50","period_to":"2024","trade_flow":"E","period_from":"2015"}