Case-Shiller 20-City Home Price Index was last reported at 344.130 Index Jan 2000=100 as of June 1, 2026. That is up 0.24% from the prior reading of 343.297 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 | 344.130 |
| May 2026 | 343.297 |
| Apr 2026 | 342.680 |
| Mar 2026 | 342.721 |
| Feb 2026 | 343.114 |
| Jan 2026 | 343.161 |
| Dec 2025 | 342.395 |
| Nov 2025 | 340.774 |
| Oct 2025 | 339.106 |
| Sep 2025 | 337.974 |
| Date | Value (Index Jan 2000=100) |
|---|---|
| Aug 2025 | 337.504 |
| Jul 2025 | 337.248 |
| Jun 2025 | 337.207 |
| May 2025 | 337.696 |
| Apr 2025 | 338.459 |
| Mar 2025 | 339.428 |
| Feb 2025 | 339.743 |
| Jan 2025 | 338.934 |
| Dec 2024 | 337.573 |
| Nov 2024 | 335.971 |
Pull the full history of Case-Shiller 20-City 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=USHPI20&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USHPI20", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USHPI20&period=max&api_key=YOUR_API_KEY");
const data = await res.json();