Primary sources
Every live stream comes from an official national publisher.
Read the methodology →Official merchandise export totals across ten countries.
curl --request GET \
--url "https://api.narwhalapi.com/v1/economics/USA/trade/exports?period=2026-06" \
--header "Authorization: Bearer $NARWHAL_API_KEY"{
"country": "USA",
"period": "2026-06",
"flow": "export",
"value": "189000000000",
"currency": "USD",
"coverage": "merchandise",
"partner": null,
"product": null,
"released_on": "2026-08-04"
}/v1/economics/{country}/trade/exportscountryperiodpartnerproductclassificationMCP · economics_get_trade_exports
/v1/economics/{country}/trade/exports/observationscountrystartendlimitcursorMCP · economics_get_trade_exports_history
curl --request GET \
--url "https://api.narwhalapi.com/v1/economics/USA/trade/exports/observations?start=2026-06&limit=100" \
--header "Authorization: Bearer $NARWHAL_API_KEY"{
"observations": [
{
"country": "USA",
"measure": "trade_exports",
"value": "189000000000",
"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-export total for one country and period.
YYYY or YYYY-MM
Unfiltered national merchandise-export 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.