New Home Sales was last reported at 607 Thousands, annual rate as of July 1, 2026. That is down 10.47% from the prior reading of 678 Thousands, annual rate. This indicator is reported Monthly and saar, and is tracked under the Housing category. The next scheduled release is September 24, 2026.
| Date | Value (Thousands, annual rate) |
|---|---|
| Jul 2026 | 607 |
| Jun 2026 | 678 |
| May 2026 | 630 |
| Apr 2026 | 641 |
| Mar 2026 | 659 |
| Feb 2026 | 630 |
| Jan 2026 | 576 |
| Dec 2025 | 723 |
| Nov 2025 | 757 |
| Oct 2025 | 652 |
| Date | Value (Thousands, annual rate) |
|---|---|
| Sep 2025 | 714 |
| Aug 2025 | 698 |
| Jul 2025 | 648 |
| Jun 2025 | 665 |
| May 2025 | 622 |
| Apr 2025 | 701 |
| Mar 2025 | 656 |
| Feb 2025 | 641 |
| Jan 2025 | 665 |
| Dec 2024 | 702 |
Pull the full history of New Home Sales 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=USHNEWSALES&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USHNEWSALES", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USHNEWSALES&period=max&api_key=YOUR_API_KEY");
const data = await res.json();