Primary sources
Every live stream comes from an official national publisher.
Read the methodology →Official labour-force participation rates across ten countries.
curl --request GET \
--url "https://api.narwhalapi.com/v1/economics/USA/labour-force-participation?period=2026-07" \
--header "Authorization: Bearer $NARWHAL_API_KEY"{
"country": "USA",
"period": "2026-07",
"rate": "62.3",
"unit": "percent",
"released_on": "2026-08-07"
}/v1/economics/{country}/labour-force-participationcountryperiodMCP · economics_get_labour_force_participation
/v1/economics/{country}/labour-force-participation/observationscountrystartendlimitcursorMCP · economics_get_labour_force_participation_history
curl --request GET \
--url "https://api.narwhalapi.com/v1/economics/USA/labour-force-participation/observations?start=2026-07&limit=100" \
--header "Authorization: Bearer $NARWHAL_API_KEY"{
"observations": [
{
"country": "USA",
"measure": "labour_force_participation",
"value": "62.3",
"unit": "PCT",
"transformation": "",
"period": "2026-07"
}
],
"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 the official labour-force participation rate for one observation period.
YYYY, YYYY-MM, or YYYY-QN
The observation frequency follows each official national release and can be monthly or quarterly across AUS, CAN, DEU, FRA, GBR, JPN, MYS, NLD, SGP, and USA.