FHFA House Price Index was last reported at 719.87 points as of April 1, 2026. That is up 1.08% from the prior reading of 712.20 points. This indicator is reported Quarterly and not seasonally adjusted, and is tracked under the Housing category. The next scheduled release is September 29, 2026.
| Date | Value (points) |
|---|---|
| 2026 Q2 | 719.87 |
| 2026 Q1 | 712.20 |
| 2025 Q4 | 707.22 |
| 2025 Q3 | 703.04 |
| 2025 Q2 | 698.69 |
| 2025 Q1 | 688.42 |
| 2024 Q4 | 683.47 |
| 2024 Q3 | 679.81 |
| 2024 Q2 | 673.16 |
| 2024 Q1 | 657.59 |
| Date | Value (points) |
|---|---|
| 2023 Q4 | 648.40 |
| 2023 Q3 | 648.28 |
| 2023 Q2 | 637.85 |
| 2023 Q1 | 619.69 |
| 2022 Q4 | 616.15 |
| 2022 Q3 | 622.86 |
| 2022 Q2 | 613.46 |
| 2022 Q1 | 576.39 |
| 2021 Q4 | 556.16 |
| 2021 Q3 | 537.83 |
Pull the full history of FHFA House Price Index 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=USHPIFHFA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USHPIFHFA", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USHPIFHFA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();