Total Construction Spending was last reported at 2,157,581 Mil. of $, annual rate as of July 1, 2026. That is down 0.47% from the prior reading of 2,167,698 Mil. of $, annual rate. This indicator is reported Monthly and saar, and is tracked under the Business category. The next scheduled release is October 1, 2026.
| Date | Value (Mil. of $, annual rate) |
|---|---|
| Jul 2026 | 2,157,581 |
| Jun 2026 | 2,167,698 |
| May 2026 | 2,168,396 |
| Apr 2026 | 2,168,231 |
| Mar 2026 | 2,199,399 |
| Feb 2026 | 2,189,683 |
| Jan 2026 | 2,195,636 |
| Dec 2025 | 2,215,955 |
| Nov 2025 | 2,220,726 |
| Oct 2025 | 2,241,141 |
| Date | Value (Mil. of $, annual rate) |
|---|---|
| Sep 2025 | 2,245,799 |
| Aug 2025 | 2,242,024 |
| Jul 2025 | 2,242,633 |
| Jun 2025 | 2,237,719 |
| May 2025 | 2,244,426 |
| Apr 2025 | 2,263,809 |
| Mar 2025 | 2,256,260 |
| Feb 2025 | 2,265,811 |
| Jan 2025 | 2,261,053 |
| Dec 2024 | 2,258,822 |
Pull the full history of Total 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=USCONSTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCONSTR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCONSTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();