Housing Completions was last reported at 1,128 Thous. SAAR as of August 1, 2026. That is down 11.88% from the prior reading of 1,280 Thous. SAAR. This indicator is reported Monthly and saar, and is tracked under the Housing category. The next scheduled release is September 24, 2026.
| Date | Value (Thous. SAAR) |
|---|---|
| Aug 2026 | 1,128 |
| Jul 2026 | 1,212 |
| Jun 2026 | 1,333 |
| May 2026 | 1,328 |
| Apr 2026 | 1,454 |
| Mar 2026 | 1,373 |
| Feb 2026 | 1,324 |
| Jan 2026 | 1,439 |
| Dec 2025 | 1,463 |
| Nov 2025 | 1,443 |
| Date | Value (Thous. SAAR) |
|---|---|
| Oct 2025 | 1,419 |
| Sep 2025 | 1,386 |
| Aug 2025 | 1,548 |
| Jul 2025 | 1,456 |
| Jun 2025 | 1,372 |
| May 2025 | 1,530 |
| Apr 2025 | 1,479 |
| Mar 2025 | 1,584 |
| Feb 2025 | 1,565 |
| Jan 2025 | 1,648 |
Pull the full history of Housing Completions 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=USHCOMPLETIONS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USHCOMPLETIONS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USHCOMPLETIONS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();