CPI, Energy was last reported at 321.148 Index 1982-84=100 as of August 1, 2026. That is up 2.10% from the prior reading of 314.553 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 | 321.148 |
| Jul 2026 | 314.553 |
| Jun 2026 | 319.290 |
| May 2026 | 338.639 |
| Apr 2026 | 325.978 |
| Mar 2026 | 314.019 |
| Feb 2026 | 283.223 |
| Jan 2026 | 281.436 |
| Dec 2025 | 285.624 |
| Nov 2025 | 284.648 |
| Date | Value (Index 1982-84=100) |
|---|---|
| Sep 2025 | 280.700 |
| Aug 2025 | 276.734 |
| Jul 2025 | 274.850 |
| Jun 2025 | 276.558 |
| May 2025 | 275.377 |
| Apr 2025 | 277.343 |
| Mar 2025 | 278.906 |
| Feb 2025 | 282.096 |
| Jan 2025 | 282.272 |
| Dec 2024 | 279.829 |
Pull the full history of CPI, 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=USCPIENERGY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCPIENERGY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCPIENERGY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();