CPI, Shelter was last reported at 430.227 Index 1982-84=100 as of August 1, 2026. That is up 0.26% from the prior reading of 429.095 Index 1982-84=100. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Inflation category. The next scheduled release is October 14, 2026.
| Date | Value (Index 1982-84=100) |
|---|---|
| Aug 2026 | 430.227 |
| Jul 2026 | 429.095 |
| Jun 2026 | 428.501 |
| May 2026 | 427.998 |
| Apr 2026 | 426.642 |
| Mar 2026 | 424.069 |
| Feb 2026 | 422.942 |
| Jan 2026 | 421.965 |
| Dec 2025 | 421.039 |
| Nov 2025 | 419.431 |
| Date | Value (Index 1982-84=100) |
|---|---|
| Sep 2025 | 418.422 |
| Aug 2025 | 417.555 |
| Jul 2025 | 415.931 |
| Jun 2025 | 414.981 |
| May 2025 | 414.109 |
| Apr 2025 | 413.040 |
| Mar 2025 | 411.639 |
| Feb 2025 | 410.793 |
| Jan 2025 | 409.579 |
| Dec 2024 | 408.165 |
Pull the full history of CPI, Shelter 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=USCPISHELTER&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCPISHELTER", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCPISHELTER&period=max&api_key=YOUR_API_KEY");
const data = await res.json();