CPI Services less Energy was last reported at 447.075 points as of August 1, 2026. That is up 0.33% from the prior reading of 445.616 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 | 447.075 |
| Jul 2026 | 445.616 |
| Jun 2026 | 444.602 |
| May 2026 | 444.460 |
| Apr 2026 | 443.154 |
| Mar 2026 | 440.951 |
| Feb 2026 | 439.959 |
| Jan 2026 | 438.784 |
| Dec 2025 | 437.090 |
| Nov 2025 | 435.903 |
| Date | Value (points) |
|---|---|
| Sep 2025 | 434.996 |
| Aug 2025 | 433.984 |
| Jul 2025 | 432.617 |
| Jun 2025 | 431.105 |
| May 2025 | 429.914 |
| Apr 2025 | 429.192 |
| Mar 2025 | 427.911 |
| Feb 2025 | 427.422 |
| Jan 2025 | 426.204 |
| Dec 2024 | 424.227 |
Pull the full history of CPI Services less Energy 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=USCPISUPERCORE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCPISUPERCORE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCPISUPERCORE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();