Primary sources
Every live stream comes from an official national publisher.
Read the methodology →Official real GDP growth rates by quarter.
curl --request GET \
--url "https://api.narwhalapi.com/v1/economics/USA/gdp-growth?period=2026-Q2" \
--header "Authorization: Bearer $NARWHAL_API_KEY"{
"country": "USA",
"period": "2026-Q2",
"year_over_year": "2.4",
"quarter_over_quarter": "0.503",
"unit": "percent",
"price_basis": "constant",
"seasonal_adjustment": "seasonally_adjusted",
"annualization": "not_annualized",
"released_on": "2026-07-30"
}/v1/economics/{country}/gdp-growthcountryperiodMCP · economics_get_gdp_growth
/v1/economics/{country}/gdp-growth/observationscountrystartendlimitcursorMCP · economics_get_gdp_growth_history
curl --request GET \
--url "https://api.narwhalapi.com/v1/economics/USA/gdp-growth/observations?start=2026-Q2&limit=100" \
--header "Authorization: Bearer $NARWHAL_API_KEY"{
"observations": [
{
"country": "USA",
"measure": "gdp_growth_yoy",
"value": "2.4",
"unit": "PCT",
"transformation": "year_over_year",
"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 official real GDP growth measures for one quarter.
YYYY-QN
Quarterly year-over-year and quarter-over-quarter growth are public for AUS, CAN, DEU, FRA, GBR, JPN, MYS, NLD, SGP, and USA. The optional year_to_date field appears only when the official source publishes it.