Median New Home Price was last reported at 393,800 $ as of July 1, 2026. That is down 2.31% from the prior reading of 403,100 $. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the Housing category. The next scheduled release is September 24, 2026.
| Date | Value ($) |
|---|---|
| Jul 2026 | 393,800 |
| Jun 2026 | 403,100 |
| May 2026 | 416,400 |
| Apr 2026 | 415,700 |
| Mar 2026 | 398,700 |
| Feb 2026 | 412,000 |
| Jan 2026 | 416,200 |
| Dec 2025 | 429,100 |
| Nov 2025 | 402,500 |
| Oct 2025 | 404,200 |
| Date | Value ($) |
|---|---|
| Sep 2025 | 416,800 |
| Aug 2025 | 417,900 |
| Jul 2025 | 397,300 |
| Jun 2025 | 409,200 |
| May 2025 | 424,800 |
| Apr 2025 | 413,600 |
| Mar 2025 | 412,900 |
| Feb 2025 | 415,100 |
| Jan 2025 | 429,600 |
| Dec 2024 | 423,000 |
Pull the full history of Median New Home 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=USHMEDPRICENEW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USHMEDPRICENEW", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USHMEDPRICENEW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();