HOUST: US Housing Starts Monthly SAAR Data from FRED (1959–2026)
The US Housing Starts series counts new privately-owned housing units on which construction began, monthly since 1959 at a seasonally adjusted annual rate, from the Census Bureau and HUD. It is the most rate-sensitive real activity series in US macro — the classic transmission channel of monetary policy — and among the most violent: from the all-time peak of 2.49 million (January 1972) to the 2009 trough of 478,000, a fall of four-fifths. Mid-2026 stands at 1.18 million, below the 1.3–1.5 million range most estimates place long-run household formation.
Dataset: US Housing Starts (1959–2026) · Updated 2026-06-01
Source: US Census Bureau and HUD · FRED series HOUST
Macro Takeaway
Housing starts are the business cycle’s early-warning system in the classic literature — “housing is the business cycle” — because residential construction is the first sector to buckle when rates rise and the first to recover when they fall. Every recession since 1960 was preceded by a starts decline; the inverse does not hold, which is exactly the post-2022 ambiguity: starts fell ~35% from their 2022 peak (1.81 million) without a recession following, the vacancy-channel equivalent in real activity.
The series carries a structural deficit narrative measurable in its own history: after the 2006–2009 collapse, starts stayed below 1 million for nearly four years (regaining that threshold only in March 2013) — a decade of underbuilding relative to household formation that most estimates place in the millions of cumulative units, the supply backdrop behind post-2020 price dynamics.
Composition is the current story inside the aggregate: single-family and multifamily starts have run opposing cycles since 2022 — the multifamily boom-then-glut versus single-family resilience supported by builders buying down mortgage rates. The total masks which engine is running.
Dataset Overview
| Indicator | US Housing Starts (1959–2026) |
|---|---|
| Geography | United States |
| Frequency | Monthly |
| Period | 1959 – present |
| Variables | date, housing_starts |
| Format | CSV, Excel (XLSX) |
| Sources | US Census Bureau and Department of Housing and Urban Development, via FRED (HOUST) |
| 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 |
housing_starts | Float | New privately-owned housing units started, thousands, seasonally adjusted annual rate |
A value of 1,177 means construction was starting at a pace of 1.18 million units per year.
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 HOUST:
https://fred.stlouisfed.org/graph/fredgraph.csv?id=HOUST
Direct CSV Access — Eco3min Structured Dataset
https://eco3min.fr/dataset/housing-starts.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/housing-starts.csv"
df = pd.read_csv(url, parse_dates=["date"])
print(f"Latest pace: {df['housing_starts'].iloc[-1]/1000:.2f} million units/year")
print(df.tail())
Using the Dataset in R
library(readr) url <- "https://eco3min.fr/dataset/housing-starts.csv" df <- read_csv(url) tail(df) summary(df$housing_starts)
Both examples load the dataset directly from the URL — no download or API key required.
Methodology
A start is counted when excavation begins for the footings or foundation, from the Census Bureau’s Survey of Construction. The headline covers all privately-owned units — single-family homes and units in multifamily buildings — expressed at a seasonally adjusted annual rate.
Starts sit in the middle of the construction pipeline: permits lead them by one to two months, completions follow by six to twelve depending on structure type.
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. ~3 weeks after the reference month, jointly with permits and completions.
- Revisions policy. Two subsequent monthly revisions plus annual benchmarking; initial prints regularly move 2–4%.
- Sampling error. The monthly change carries a confidence interval of roughly ±10% — the Census explicitly notes many monthly moves are not statistically significant.
- Weather sensitivity. Winter distortions are large even after seasonal adjustment; harsh-weather months routinely produce misleading prints.
- Known gaps. None; continuous since 1959.
Common Pitfalls When Using Housing Starts
- Trading the monthly print. With a ±10% confidence band, single-month starts moves are mostly noise; the 3-month average is the minimum readable unit.
- Reading the total without the single/multi split. Since 2022 the two segments have moved in opposite directions; aggregate stability can hide a multifamily bust offset by single-family resilience.
- Confusing starts with supply. Units started are not units delivered — completions lag by up to a year, and cancellations occur; the housing-supply impulse arrives with a long delay.
- Anchoring on the 1972 record. The 2.49M peak served a population two-thirds smaller with different household formation; per-capita normalization changes cross-era rankings entirely.
Historical Regimes
1959–1979 — The boom-bust decades. Starts repeatedly spiked above 2 million (record: 2.49M, January 1972) and crashed below 1.2 million — demographic demand from boomer household formation colliding with stop-go monetary policy.
1980–1982 — The Volcker crush. Double-digit mortgage rates cut starts to ~840k — the sharpest policy-induced housing contraction until 2008, and the era’s textbook case of rate transmission.
1983–2005 — The long moderation. Two decades mostly between 1.3 and 1.8 million, with the 1991 dip — housing as steady expansion fuel, culminating in the 2.27M cycle peak of January 2006.
2006–2009 — The great collapse. Starts fell 79% to 478k (April 2009) — the deepest housing depression in the modern record and the real-economy core of the GFC.
2010–2019 — The decade of underbuilding. The slowest housing recovery on record: below 1 million until March 2013, ending 2019 near 1.4M — the cumulative deficit that reshaped 2020s housing economics.
2020–2026 — Boom, rate shock, plateau. A pandemic surge to 1.81M (April 2022), then the fastest mortgage-rate repricing in four decades pulled starts to ~1.18M by mid-2026 — with multifamily and single-family on opposing paths beneath the flat total.
Related Macroeconomic Datasets
Starts are the mid-pipeline construction gauge; the series below cover what leads them, what follows, and what finances them.
- US Building Permits — the pipeline stage that leads starts
- US New Home Sales — the demand pull on builders
- US 30-Year Mortgage Rate — the financing cost driving the cycle
- US Mortgage Delinquency — the credit-quality backdrop
- US 10-Year Treasury Yield — the rate benchmark upstream of mortgages
- US GDP Growth Rate — the output aggregate residential investment leads
Macroeconomic Dataset Hub
This dataset is part of the Eco3min macro-financial data repository.
Explore the Eco3min Dataset HubSources
- US Census Bureau and US Department of Housing and Urban Development — New Residential Construction
- Federal Reserve Bank of St. Louis — FRED series HOUST
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.
