Average Home Sales Price was last reported at 502,700 $ as of April 1, 2026. That is down 3.64% from the prior reading of 521,700 $. This indicator is reported Quarterly and not seasonally adjusted, and is tracked under the Housing category. The next scheduled release is September 24, 2026.
| Date | Value ($) |
|---|---|
| 2026 Q2 | 502,700 |
| 2026 Q1 | 521,700 |
| 2025 Q4 | 541,300 |
| 2025 Q3 | 508,100 |
| 2025 Q2 | 515,200 |
| 2025 Q1 | 514,200 |
| 2024 Q4 | 510,900 |
| 2024 Q3 | 498,700 |
| 2024 Q2 | 502,200 |
| 2024 Q1 | 519,700 |
| Date | Value ($) |
|---|---|
| 2023 Q4 | 498,300 |
| 2023 Q3 | 521,900 |
| 2023 Q2 | 503,000 |
| 2023 Q1 | 505,300 |
| 2022 Q4 | 521,000 |
| 2022 Q3 | 520,300 |
| 2022 Q2 | 525,100 |
| 2022 Q1 | 499,300 |
| 2021 Q4 | 496,700 |
| 2021 Q3 | 468,000 |
Pull the full history of Average Home Sales Price 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=USHAVGPRICE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USHAVGPRICE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USHAVGPRICE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();