ConsoleCatalog
Sign in
Trade Map logo

Trade Map

trademap.orgFinanceno auth

International trade statistics, HS product flows, and country market data.

Country Product Trade Listing

ASYNCREADNo auth

Returns a country's HS product trade values, balances, and growth rates.

ParametersFormJSON

Trade Map pipe-delimited navigation state (nvpm) encoding country code (e.g. 842), product code, HS level, and trade flow for Product_SelProductCountry.aspx

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_trademap_country_product_trade_listing",
    "params": {
      "nvpm": "1|842||||0901|||4|1|1|1|1|1|2|1|1|1"
    }
  }'