Multifamily Housing Starts was last reported at 344 Thous. SAAR as of August 1, 2026. That is down 22.52% from the prior reading of 444 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 | 344 |
| Jul 2026 | 421 |
| Jun 2026 | 499 |
| May 2026 | 282 |
| Apr 2026 | 494 |
| Mar 2026 | 481 |
| Feb 2026 | 414 |
| Jan 2026 | 469 |
| Dec 2025 | 410 |
| Nov 2025 | 375 |
| Date | Value (Thous. SAAR) |
|---|---|
| Oct 2025 | 355 |
| Sep 2025 | 471 |
| Aug 2025 | 407 |
| Jul 2025 | 453 |
| Jun 2025 | 430 |
| May 2025 | 324 |
| Apr 2025 | 429 |
| Mar 2025 | 393 |
| Feb 2025 | 369 |
| Jan 2025 | 328 |
Pull the full history of Multifamily 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=USHSTARTS5F&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USHSTARTS5F", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USHSTARTS5F&period=max&api_key=YOUR_API_KEY");
const data = await res.json();