CIVPART: US Labor Force Participation Rate Monthly from FRED (1948–2026)
The US Labor Force Participation Rate measures the share of the adult civilian population working or actively looking for work, monthly since 1948 — the longest structural labor series in US statistics. Its arc is demographic history: 58–59% in the male-breadwinner 1950s (low: 58.1%, December 1954), a forty-year climb to the all-time peak of 67.3% (early 2000) as women entered the workforce, and a two-decade decline to 61.5% by mid-2026 as the baby boom retires.
Dataset: US Labor Force Participation Rate (1948–2026) · Updated 2026-06-01
Source: US Bureau of Labor Statistics, Current Population Survey · FRED series CIVPART
Macro Takeaway
Participation is the series where demographics and the business cycle are most easily confused. The decline from 67.3% (2000) to 61.5% (2026) reads as six points of lost workers, but the dominant driver is arithmetic: the population share past retirement age roughly doubled over the period. CBO-style demographic decompositions attribute most of the post-2007 decline to aging — which is why economists read the prime-age (25–54) rate for cyclical signal, while this headline series carries the structural story.
The pandemic episode demonstrated both forces at once: the rate collapsed to 60.1% (April 2020), recovered to a post-2020 peak of 62.8% (August 2023) on the strength of record prime-age participation — then resumed drifting down, the retirement wave reasserting itself. The gap between the 2023 peak and Feb 2020’s 63.3% is, to first order, excess retirements.
For the growth ledger, participation is half of the labor-input equation: with the rate structurally declining, employment growth depends increasingly on population growth — which is why immigration flows became the swing variable in payroll breakeven arithmetic through 2023–2026.
Dataset Overview
| Indicator | US Labor Force Participation Rate (1948–2026) |
|---|---|
| Geography | United States |
| Frequency | Monthly |
| Period | 1948 – present |
| Variables | date, participation_rate |
| Format | CSV, Excel (XLSX) |
| Sources | US Bureau of Labor Statistics (CPS), via FRED (CIVPART) |
| Last updated | — |
Dataset Variables
The CSV and Excel files contain the following columns.
| Column | Type | Description |
|---|---|---|
date | Date (YYYY-MM-DD) | First day of the reference month |
participation_rate | Float | Civilian labor force as % of civilian noninstitutional population 16+, seasonally adjusted |
A value of 61.5 means 61.5% of the adult civilian population was working or actively seeking work.
Download the Complete Dataset
The full dataset is available in CSV and Excel formats.
FRED Direct CSV Access
The underlying data is available from FRED under series code CIVPART:
https://fred.stlouisfed.org/graph/fredgraph.csv?id=CIVPART
Direct CSV Access — Eco3min Structured Dataset
https://eco3min.fr/dataset/labor-force-participation.csv
This URL returns the complete dataset in CSV format. It can be used directly in pandas, R, curl, or any data tool.
Using the Dataset in Python
import pandas as pd
url = "https://eco3min.fr/dataset/labor-force-participation.csv"
df = pd.read_csv(url, parse_dates=["date"])
print(f"Latest participation: {df['participation_rate'].iloc[-1]:.1f}%")
print(df.tail())
Using the Dataset in R
library(readr) url <- "https://eco3min.fr/dataset/labor-force-participation.csv" df <- read_csv(url) tail(df) summary(df$participation_rate)
Both examples load the dataset directly from the URL — no download or API key required.
Methodology
The participation rate divides the civilian labor force (employed + unemployed and actively searching) by the civilian noninstitutional population aged 16 and over, from the Current Population Survey (~60,000 households). Active-duty military and the institutionalized are excluded from both sides.
The 16+ denominator has no upper age bound — the design feature that makes the headline rate demographically sensitive as the population ages.
This dataset is updated daily (Mon–Sat, 08:00 UTC) via automated pull from the FRED API; new observations appear with each source release.
Data Quality & Provider Notes
- Release latency. First Friday after the reference month, with the jobs report.
- Revisions policy. Seasonal revisions annually; January population-control adjustments (census-based) create occasional visible level steps — notably January 2000 and January 2022 — that are statistical, not economic.
- Survey basis. CPS household survey; monthly changes of ±0.1pp are within sampling noise.
- Structural vs cyclical. The headline mixes demographics and cycle by construction; the prime-age (25–54) rate is the standard cyclical control.
- Known gaps. None; continuous monthly since 1948.
Common Pitfalls When Using Participation Data
- Reading the demographic trend as labor-market weakness. Post-2000 decline is mostly aging. ‘Participation below 2000 levels’ is a statement about the age pyramid before it is one about the economy.
- Ignoring population-control steps. January level jumps after census updates rewrite the denominator; comparing December to January across those breaks manufactures phantom moves.
- Using the headline where prime-age is meant. Cyclical claims (workers ‘coming off the sidelines’) are testable in the 25–54 rate; the headline dilutes them with retirement flows.
- Pairing participation with unemployment carelessly. A falling unemployment rate with falling participation can mean exits, not hiring; the employment-population ratio resolves the ambiguity.
Historical Regimes
1948–1964 — The single-earner economy. Participation held between 58 and 60% (low: 58.1%, December 1954) — high male rates, low female rates, the postwar household model in one number.
1965–1990 — The great entry. Women’s participation transformed the aggregate: the rate climbed nearly nine points to above 66% — the largest labor-supply expansion in US history.
1991–2000 — The peak plateau. The climb topped out at 67.3% (January–April 2000), the all-time high, as female participation crested and boomers filled prime working ages.
2001–2019 — The demographic turn. Two jobless recoveries and the leading edge of boomer retirement pulled the rate to ~63%; the post-2008 slide sparked the decade’s structural-vs-cyclical debate, largely settled in favor of demographics — with a late-2010s cyclical rebound in prime-age rates.
2020–2023 — Shock and partial repair. The pandemic drop to 60.1% (April 2020) reversed unevenly: prime-age participation reached multi-decade highs by 2023, lifting the aggregate to 62.8% (August 2023) even as older-worker exits proved sticky.
2024–2026 — The resumed descent. The rate drifted to 61.5% — retirement flows outpacing prime-age strength, restating the structural direction of the next decade.
Related Macroeconomic Datasets
Participation defines the labor-supply boundary; the series below sit on both sides of it.
- US Employment-Population Ratio — participation’s outcome twin
- US Unemployment Rate — measured inside the participation boundary
- US U-6 Unemployment Rate — the measure that reaches past the boundary
- US Nonfarm Payrolls — the demand-side employment count
- US Job Openings — the demand pull on potential entrants
- US GDP Growth Rate — where labor input meets output
Macroeconomic Dataset Hub
This dataset is part of the Eco3min macro-financial data repository.
Explore the Eco3min Dataset HubSources
- US Bureau of Labor Statistics — Current Population Survey, labor force participation
- Federal Reserve Bank of St. Louis — FRED series CIVPART
Dataset Reference
Last updated — 4 August 2026
Disclaimer – Financial Information: The analyses, commentary, and content published on eco3min.fr are provided for informational and educational purposes only. They do not constitute investment advice or a solicitation to buy or sell financial instruments. Past performance is not indicative of future results. All investment decisions involve risk and are the sole responsibility of the reader.
