Residential Construction Spending was last reported at 871,205 Mil. of $, annual rate as of July 1, 2026. That is down 1.32% from the prior reading of 882,821 Mil. of $, annual rate. This indicator is reported Monthly and saar, and is tracked under the Housing category. The next scheduled release is October 1, 2026.
| Date | Value (Mil. of $, annual rate) |
|---|---|
| Jul 2026 | 871,205 |
| Jun 2026 | 882,821 |
| May 2026 | 887,277 |
| Apr 2026 | 894,242 |
| Mar 2026 | 930,247 |
| Feb 2026 | 919,746 |
| Jan 2026 | 924,558 |
| Dec 2025 | 942,431 |
| Nov 2025 | 928,964 |
| Oct 2025 | 934,809 |
| Date | Value (Mil. of $, annual rate) |
|---|---|
| Sep 2025 | 944,242 |
| Aug 2025 | 940,035 |
| Jul 2025 | 939,959 |
| Jun 2025 | 933,267 |
| May 2025 | 926,417 |
| Apr 2025 | 926,001 |
| Mar 2025 | 932,974 |
| Feb 2025 | 940,371 |
| Jan 2025 | 939,308 |
| Dec 2024 | 940,389 |
Pull the full history of Residential Construction Spending 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=USHCONSTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USHCONSTR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USHCONSTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();