Case-Shiller Home Price Index was last reported at 331.893 Index Jan 2000=100 as of June 1, 2026. That is up 0.13% from the prior reading of 331.450 Index Jan 2000=100. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Housing category. The next scheduled release is September 29, 2026.
| Date | Value (Index Jan 2000=100) |
|---|---|
| Jun 2026 | 331.893 |
| May 2026 | 331.450 |
| Apr 2026 | 331.373 |
| Mar 2026 | 331.580 |
| Feb 2026 | 332.192 |
| Jan 2026 | 332.050 |
| Dec 2025 | 331.288 |
| Nov 2025 | 330.099 |
| Oct 2025 | 328.849 |
| Sep 2025 | 327.769 |
| Date | Value (Index Jan 2000=100) |
|---|---|
| Aug 2025 | 327.284 |
| Jul 2025 | 326.909 |
| Jun 2025 | 326.946 |
| May 2025 | 327.462 |
| Apr 2025 | 328.108 |
| Mar 2025 | 328.974 |
| Feb 2025 | 329.531 |
| Jan 2025 | 328.981 |
| Dec 2024 | 327.598 |
| Nov 2024 | 325.949 |
Pull the full history of Case-Shiller Home 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=USHPI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USHPI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USHPI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();