Homeownership Rate was last reported at 65.0 % as of April 1, 2026. That is down 0.46% from the prior reading of 65.3 %. This indicator is reported Quarterly and not seasonally adjusted, and is tracked under the Housing category. The next scheduled release is October 28, 2026.
| Date | Value (%) |
|---|---|
| 2026 Q2 | 65.0 |
| 2026 Q1 | 65.3 |
| 2025 Q4 | 65.7 |
| 2025 Q3 | 65.3 |
| 2025 Q2 | 65.0 |
| 2025 Q1 | 65.1 |
| 2024 Q4 | 65.7 |
| 2024 Q3 | 65.6 |
| 2024 Q2 | 65.6 |
| 2024 Q1 | 65.6 |
| Date | Value (%) |
|---|---|
| 2023 Q4 | 65.7 |
| 2023 Q3 | 66.0 |
| 2023 Q2 | 65.9 |
| 2023 Q1 | 66.0 |
| 2022 Q4 | 65.9 |
| 2022 Q3 | 66.0 |
| 2022 Q2 | 65.8 |
| 2022 Q1 | 65.4 |
| 2021 Q4 | 65.5 |
| 2021 Q3 | 65.4 |
Pull the full history of Homeownership Rate 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=USHOWNRATE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USHOWNRATE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USHOWNRATE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();