Core CPI was last reported at 337.765 Index 1982-84=100 as of August 1, 2026. That is up 0.29% from the prior reading of 336.789 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 | 337.765 |
| Jul 2026 | 336.789 |
| Jun 2026 | 336.065 |
| May 2026 | 336.121 |
| Apr 2026 | 335.423 |
| Mar 2026 | 334.165 |
| Feb 2026 | 333.512 |
| Jan 2026 | 332.793 |
| Dec 2025 | 331.814 |
| Nov 2025 | 331.043 |
| Date | Value (Index 1982-84=100) |
|---|---|
| Sep 2025 | 330.418 |
| Aug 2025 | 329.700 |
| Jul 2025 | 328.682 |
| Jun 2025 | 327.658 |
| May 2025 | 326.893 |
| Apr 2025 | 326.467 |
| Mar 2025 | 325.690 |
| Feb 2025 | 325.465 |
| Jan 2025 | 324.638 |
| Dec 2024 | 323.259 |
Pull the full history of Core CPI 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=USCPICORE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCPICORE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCPICORE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();