CPI Core Goods was last reported at 167.939 points as of August 1, 2026. That is up 0.11% from the prior reading of 167.762 points. 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 (points) |
|---|---|
| Aug 2026 | 167.939 |
| Jul 2026 | 167.762 |
| Jun 2026 | 167.431 |
| May 2026 | 167.575 |
| Apr 2026 | 167.767 |
| Mar 2026 | 167.710 |
| Feb 2026 | 167.530 |
| Jan 2026 | 167.394 |
| Dec 2025 | 167.325 |
| Nov 2025 | 167.272 |
| Date | Value (points) |
|---|---|
| Sep 2025 | 167.170 |
| Aug 2025 | 166.838 |
| Jul 2025 | 166.468 |
| Jun 2025 | 166.114 |
| May 2025 | 165.807 |
| Apr 2025 | 165.870 |
| Mar 2025 | 165.719 |
| Feb 2025 | 165.832 |
| Jan 2025 | 165.508 |
| Dec 2024 | 165.006 |
Pull the full history of CPI Core Goods 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=USCPICOREGOODS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCPICOREGOODS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCPICOREGOODS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();