一次ソース
稼働中のすべてのストリームは、国の公式発行元から取得します。
方法論を読む →10か国の公式商品輸出総額。
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"
}稼働中のすべてのストリームは、国の公式発行元から取得します。
方法論を読む →最新の受け入れ済み完全リリースの場合は省略し、特定の期間を1つ指定することもできます。
1つのAPIキーでRESTまたはMCPを通じて最新・過去のデータにアクセスできます。
1つの国と期間について、財輸出の合計を取得します。
YYYY または YYYY-MM
未フィルターの国別財輸出合計は AUS、CAN、DEU、FRA、GBR、JPN、MYS、NLD、SGP、USA で公開されています。パートナーと商品フィルターは契約上受け付けますが、フィルター済み合計が公開されるまでは 404 を返します。