EMRATIO: US Employment-Population Ratio Monthly Data from FRED (1948–2026)

The US Employment-Population Ratio answers the simplest question in labor statistics — what share of adults have a job — monthly since 1948. It requires no definition of “looking for work,” no participation boundary, no unemployment concept: employed divided by adult population. The peak is 64.7% (April 2000), the pandemic trough 51.2% (April 2020) — the lowest reading in the entire series — and mid-2026 stands at 59.0%.

Dataset: US Employment-Population Ratio (1948–2026) · Updated 2026-06-01

Latest Value
59.00%
Jun 1, 2026
Historical Percentile
50.2th
Near median
Historical Average
59.26%
941 observations
Historical Range
HIGH
64.70%
Apr 1, 2000
LOW
51.20%
Apr 1, 2020

You have the data. Get what it means. New analyses and the live macro-regime read — only when there's something worth your time. No filler.


Loading data…

Source: US Bureau of Labor Statistics, Current Population Survey · FRED series EMRATIO


Macro Takeaway

The ratio’s virtue is immunity to classification debates. When the unemployment rate falls, skeptics ask whether people found jobs or stopped searching; E/P settles it, because leaving the labor force lowers the ratio just as joblessness does. The identity E/P = participation × (1 − u) makes it the summary statistic of the other two.

Its weakness is the same demographic exposure as participation: an aging population lowers E/P with zero change in anyone’s job prospects. The 5.7-point gap between the 2000 peak and today is mostly age structure — which is why the prime-age E/P (25–54) became the single most-watched slack measure of the 2010s recovery, reaching record highs in 2023 even as the headline ratio sat far below 2000.

The 2020 print remains the starkest number in US labor history: 51.2% — barely half the adult population employed, a level last approached before women’s mass entry into the workforce. The three-year round trip back to 60.4% (March 2023) is the fastest employment repair in the record.


Dataset Overview

IndicatorUS Employment-Population Ratio (1948–2026)
GeographyUnited States
FrequencyMonthly
Period1948 – present
Variablesdate, emp_pop_ratio
FormatCSV, Excel (XLSX)
SourcesUS Bureau of Labor Statistics (CPS), via FRED (EMRATIO)
Last updated

Dataset Variables

The CSV and Excel files contain the following columns.

ColumnTypeDescription
dateDate (YYYY-MM-DD)First day of the reference month
emp_pop_ratioFloatCivilian employment as % of civilian noninstitutional population 16+, seasonally adjusted

A value of 59.0 means 59% of the adult civilian population was employed.


Download the Complete Dataset

The full dataset is available in CSV and Excel formats.

You have the data. Get what it means. New analyses and the live macro-regime read — only when there's something worth your time. No filler.


FRED Direct CSV Access

The underlying data is available from FRED under series code EMRATIO:

https://fred.stlouisfed.org/graph/fredgraph.csv?id=EMRATIO

Direct CSV Access — Eco3min Structured Dataset

https://eco3min.fr/dataset/employment-population-ratio.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/employment-population-ratio.csv"
df = pd.read_csv(url, parse_dates=["date"])

print(f"Latest E/P ratio: {df['emp_pop_ratio'].iloc[-1]:.1f}%")
print(df.tail())

Using the Dataset in R

library(readr)

url <- "https://eco3min.fr/dataset/employment-population-ratio.csv"
df <- read_csv(url)

tail(df)
summary(df$emp_pop_ratio)

Both examples load the dataset directly from the URL — no download or API key required.


Methodology

The ratio divides civilian employment (CPS household survey) by the civilian noninstitutional population 16 and over. Employment counts any paid work in the reference week, including part-time; the population base excludes active-duty military and the institutionalized, with no upper age bound.

It is published monthly in the Employment Situation report alongside the unemployment and participation rates from the same survey.

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. Annual seasonal revisions; January population-control steps (census-based denominator updates) create non-economic level breaks.
  • Survey basis. CPS household sample — ±0.1pp monthly noise; the ratio is not benchmarked to payroll counts and can diverge from establishment data for months.
  • Headcount, not hours. One hour of paid work counts as employed; shifts between full- and part-time are invisible — pair with U-6 for that margin.
  • Known gaps. None; continuous monthly since 1948.

Common Pitfalls When Using the Employment-Population Ratio

  1. Comparing today’s level to 2000 as pure slack. The 64.7% record was set with boomers in prime age; today’s demographics cap the achievable headline far lower. Prime-age E/P is the comparable series.
  2. Treating E/P as immune to composition. It escapes labor-force definitions, not demographics — the denominator ages regardless.
  3. Ignoring the hours margin. A shift from full- to part-time work leaves the ratio unchanged; it counts jobs, not labor input.
  4. Reading household-survey noise as trend. Monthly E/P moves diverge from payrolls routinely; three-month averages align the two surveys’ signal.

Historical Regimes

1948–1975 — The 55–58% band. The ratio tracked the single-earner household norm for three decades, dipping toward 55% in recessions.

1976–2000 — The great climb. Women’s employment lifted E/P nearly ten points to the all-time peak of 64.7% (April 2000) — the largest structural employment expansion in the record.

2001–2007 — The first ratchet down. The dot-com recession cut the ratio to ~62% and the recovery never regained the peak — the first cycle where demographics visibly capped the rebound.

2008–2019 — Collapse and the long repair. The GFC drove E/P to ~58.2% and it stagnated for years — the ’employment gap’ at the center of that decade’s policy debate — before a slow climb back to 61.1% by February 2020, with prime-age E/P fully recovered.

2020–2023 — The cliff and the sprint back. 51.2% in April 2020 — the series low — followed by the fastest recovery on record to 60.4% (March 2023), with prime-age E/P setting multi-decade highs.

2024–2026 — Demographic drift. The headline eased to 59.0% as retirements compound — a decline that coexists with historically strong prime-age employment, the era’s defining composition effect.


Related Macroeconomic Datasets

E/P summarizes participation and unemployment in one number; its companions are below.


Macroeconomic Dataset Hub

This dataset is part of the Eco3min macro-financial data repository.

Explore the Eco3min Dataset Hub

Sources

  • US Bureau of Labor Statistics — Current Population Survey, employment-population ratio
  • Federal Reserve Bank of St. Louis — FRED series EMRATIO

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.