一手来源
每条实时数据流都来自官方国家级发布机构。
阅读方法说明 →官方来源的本币计价季度 GDP。
curl --request GET \
--url "https://api.narwhalapi.com/v1/economics/USA/gdp?period=2026-Q2" \
--header "Authorization: Bearer $NARWHAL_API_KEY"{
"country": "USA",
"period": "2026-Q2",
"value": "31000100000000",
"currency": "USD",
"price_basis": "current",
"seasonal_adjustment": "seasonally_adjusted",
"annualization": "annualized",
"released_on": "2026-07-30"
}/v1/economics/{country}/gdpcountryperiodMCP · economics_get_gdp
/v1/economics/{country}/gdp/observationscountrystartendlimitcursorMCP · economics_get_gdp_history
curl --request GET \
--url "https://api.narwhalapi.com/v1/economics/USA/gdp/observations?start=2026-Q2&limit=100" \
--header "Authorization: Bearer $NARWHAL_API_KEY"{
"observations": [
{
"country": "USA",
"measure": "gdp",
"value": "31000100000000",
"unit": "USD",
"transformation": "",
"period": "2026-Q2"
}
],
"next_cursor": null,
"as_of": "2026-08-29T16:00:00Z"
}每条实时数据流都来自官方国家级发布机构。
阅读方法说明 →省略此参数可获取最新已接受的完整发布,或传入一个精确期间。
使用一个 API 密钥,通过 REST 或 MCP 获取最新及历史数据。
获取一个季度的现价国家 GDP。
YYYY-QN
AUS、CAN、DEU、FRA、GBR、JPN、MYS、NLD、SGP 和 USA 的季度现价国家 GDP 为公开数据。