Housing Starts was last reported at 1,275 Thousands, annual rate as of August 1, 2026. That is down 2.60% from the prior reading of 1,309 Thousands, annual rate. This indicator is reported Monthly and saar, and is tracked under the Housing category. The next scheduled release is September 24, 2026.
| Date | Value (Thousands, annual rate) |
|---|---|
| Aug 2026 | 1,275 |
| Jul 2026 | 1,239 |
| Jun 2026 | 1,415 |
| May 2026 | 1,182 |
| Apr 2026 | 1,414 |
| Mar 2026 | 1,522 |
| Feb 2026 | 1,346 |
| Jan 2026 | 1,385 |
| Dec 2025 | 1,378 |
| Nov 2025 | 1,319 |
| Date | Value (Thousands, annual rate) |
|---|---|
| Oct 2025 | 1,273 |
| Sep 2025 | 1,319 |
| Aug 2025 | 1,291 |
| Jul 2025 | 1,432 |
| Jun 2025 | 1,379 |
| May 2025 | 1,289 |
| Apr 2025 | 1,400 |
| Mar 2025 | 1,346 |
| Feb 2025 | 1,491 |
| Jan 2025 | 1,353 |
Pull the full history of Housing Starts into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=USHSTARTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USHSTARTS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USHSTARTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();