Primary sources
Every live stream comes from an official national publisher.
Read the methodology →Quarterly GDP in national currencies from official sources.
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"
}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 current-price national GDP for one quarter.
YYYY-QN
Quarterly current-price national GDP is public for AUS, CAN, DEU, FRA, GBR, JPN, MYS, NLD, SGP, and USA.