Primary sources
Every live stream comes from an official national publisher.
Read the methodology →Official merchandise import totals across ten countries.
curl --request GET \
--url "https://api.narwhalapi.com/v1/economics/USA/trade/imports?period=2026-06" \
--header "Authorization: Bearer $NARWHAL_API_KEY"{
"country": "USA",
"period": "2026-06",
"flow": "import",
"value": "275000000000",
"currency": "USD",
"coverage": "merchandise",
"partner": null,
"product": null,
"released_on": "2026-08-04"
}/v1/economics/{country}/trade/importscountryperiodpartnerproductclassificationMCP · economics_get_trade_imports
/v1/economics/{country}/trade/imports/observationscountrystartendlimitcursorMCP · economics_get_trade_imports_history
curl --request GET \
--url "https://api.narwhalapi.com/v1/economics/USA/trade/imports/observations?start=2026-06&limit=100" \
--header "Authorization: Bearer $NARWHAL_API_KEY"{
"observations": [
{
"country": "USA",
"measure": "trade_imports",
"value": "275000000000",
"unit": "USD",
"transformation": "",
"period": "2026-06"
}
],
"next_cursor": null,
"as_of": "2026-08-29T16:00:00Z"
}Every live stream comes from an official national publisher.
Read the methodology →Omit it for the latest accepted complete release, or pass one exact period.
Use one API key for current and historical data through REST or MCP.
Retrieve the merchandise-import total for one country and period.
YYYY or YYYY-MM
Unfiltered national merchandise-import totals are public for AUS, CAN, DEU, FRA, GBR, JPN, MYS, NLD, SGP, and USA. Partner and product filters are accepted by the contract but return 404 until filtered totals are published.