Single-Family Building Permits was last reported at 878 Thous. SAAR as of August 1, 2026. That is down 1.79% from the prior reading of 894 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 | 878 |
| Jul 2026 | 894 |
| Jun 2026 | 872 |
| May 2026 | 892 |
| Apr 2026 | 881 |
| Mar 2026 | 895 |
| Feb 2026 | 929 |
| Jan 2026 | 879 |
| Dec 2025 | 892 |
| Nov 2025 | 908 |
| Date | Value (Thous. SAAR) |
|---|---|
| Oct 2025 | 886 |
| Sep 2025 | 888 |
| Aug 2025 | 867 |
| Jul 2025 | 884 |
| Jun 2025 | 873 |
| May 2025 | 902 |
| Apr 2025 | 923 |
| Mar 2025 | 964 |
| Feb 2025 | 979 |
| Jan 2025 | 982 |
Pull the full history of Single-Family Building Permits 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=USHPERMITS1F&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USHPERMITS1F", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USHPERMITS1F&period=max&api_key=YOUR_API_KEY");
const data = await res.json();