Rental Vacancy Rate was last reported at 7.3 percent as of April 1, 2026. That reading was unchanged from the prior value of 7.3 percent. 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 (percent) |
|---|---|
| 2026 Q2 | 7.3 |
| 2026 Q1 | 7.3 |
| 2025 Q4 | 7.2 |
| 2025 Q3 | 7.1 |
| 2025 Q2 | 7.0 |
| 2025 Q1 | 7.1 |
| 2024 Q4 | 6.9 |
| 2024 Q3 | 6.9 |
| 2024 Q2 | 6.6 |
| 2024 Q1 | 6.6 |
| Date | Value (percent) |
|---|---|
| 2023 Q4 | 6.6 |
| 2023 Q3 | 6.6 |
| 2023 Q2 | 6.3 |
| 2023 Q1 | 6.4 |
| 2022 Q4 | 5.8 |
| 2022 Q3 | 6.0 |
| 2022 Q2 | 5.6 |
| 2022 Q1 | 5.8 |
| 2021 Q4 | 5.6 |
| 2021 Q3 | 5.8 |
Pull the full history of Rental Vacancy 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=USRENTVACANCY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USRENTVACANCY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USRENTVACANCY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();