Primary sources
Every live stream comes from an official national publisher.
Read the methodology →One source for CPI, inflation, labour, GDP, and trade data from official statistical agencies.
Retrieve the headline consumer price index for one country and month.
curl --request GET \
--url "https://api.narwhalapi.com/v1/economics/USA/cpi?period=2026-07" \
--header "Authorization: Bearer $NARWHAL_API_KEY"{
"country": "USA",
"period": "2026-07",
"value": "333.918",
"base_period": "1982-84",
"base_value": "100",
"released_on": "2026-08-12"
}/v1/economics/{country}/cpiRetrieve the headline consumer price index for one country and month.
countryperiodMCP · economics_get_cpi
/v1/economics/{country}/inflationRetrieve year-over-year, month-over-month, and year-to-date inflation for one month.
countryperiodMCP · economics_get_inflation
/v1/economics/{country}/unemploymentRetrieve the official unemployment rate for one observation period.
countryperiodMCP · economics_get_unemployment
/v1/economics/{country}/labour-force-participationRetrieve the official labour-force participation rate for one observation period.
countryperiodMCP · economics_get_labour_force_participation
/v1/economics/{country}/gdpRetrieve current-price national GDP for one quarter.
countryperiodMCP · economics_get_gdp
/v1/economics/{country}/gdp-growthRetrieve official real GDP growth measures for one quarter.
countryperiodMCP · economics_get_gdp_growth
/v1/economics/{country}/tradeRetrieve exports, imports, and the exact merchandise-trade balance for one period.
countryperiodMCP · economics_get_trade
/v1/economics/{country}/trade/exportsRetrieve the merchandise-export total for one country and period.
countryperiodpartnerproductclassificationMCP · economics_get_trade_exports
/v1/economics/{country}/trade/importsRetrieve the merchandise-import total for one country and period.
countryperiodpartnerproductclassificationMCP · economics_get_trade_imports
Every live stream comes from an official national publisher.
Read the methodology →Each response includes the observation period and official release date.
REST and MCP share 18 operations, schemas, and quota.
Explore current and historical economic data from official national publishers in ten countries.
Australia, Canada, Germany, France, the United Kingdom, Japan, Malaysia, the Netherlands, Singapore, and the United States.
Yes. Each of the nine latest-release operations has a matching observations route for the current accepted historical series.
Every live stream comes from a government statistics office or another official national publisher named in the coverage matrix.
Narwhal publishes a release after it passes validation. The public beta does not promise a fixed source-to-publication delay.