Median Home Sale Price was last reported at 410,700 $ as of April 1, 2026. That is up 0.54% from the prior reading of 408,500 $. 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 | 410,700 |
| 2026 Q1 | 408,500 |
| 2025 Q4 | 412,300 |
| 2025 Q3 | 410,100 |
| 2025 Q2 | 416,100 |
| 2025 Q1 | 423,100 |
| 2024 Q4 | 419,300 |
| 2024 Q3 | 415,300 |
| 2024 Q2 | 414,500 |
| 2024 Q1 | 426,800 |
| Date | Value ($) |
|---|---|
| 2023 Q4 | 423,200 |
| 2023 Q3 | 435,400 |
| 2023 Q2 | 418,500 |
| 2023 Q1 | 429,000 |
| 2022 Q4 | 442,600 |
| 2022 Q3 | 438,000 |
| 2022 Q2 | 437,700 |
| 2022 Q1 | 413,500 |
| 2021 Q4 | 414,000 |
| 2021 Q3 | 395,200 |
Pull the full history of Median Home Sale 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=USHMEDPRICE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USHMEDPRICE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USHMEDPRICE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();