Provenance
PublisherUN Comtrade
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required
Methods (2)
getTradeFlows
readBilateral trade flows by reporter, partner, HS commodity, period (value in USD, weight in kg).
Required paramsreporterCodeperiodInput schema
{ "type": "object", "properties": { "reporterCode": { "type": "string" }, "period": { "type": "string" }, "cmdCode": { "type": "string" }, "flowCode": { "type": "string" }, "partnerCode": { "type": "string" }, "frequency": { "oneOf": [ { "type": "string", "enum": [ "A" ] }, { "type": "string", "enum": [ "M" ] } ] } }, "additionalProperties": false, "required": [ "reporterCode", "period" ] }getServiceInfo
readEnergy HS codes, flow codes, common country codes, and caveats.
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }
