Core PCE Price Index was last reported at 130.658 Index 2017=100 as of July 1, 2026. That is up 0.25% from the prior reading of 130.338 Index 2017=100. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Inflation category. The next scheduled release is September 30, 2026.
| Date | Value (Index 2017=100) |
|---|---|
| Jul 2026 | 130.658 |
| Jun 2026 | 130.338 |
| May 2026 | 130.147 |
| Apr 2026 | 129.681 |
| Mar 2026 | 129.343 |
| Feb 2026 | 128.961 |
| Jan 2026 | 128.455 |
| Dec 2025 | 127.886 |
| Nov 2025 | 127.469 |
| Oct 2025 | 127.243 |
| Date | Value (Index 2017=100) |
|---|---|
| Sep 2025 | 126.954 |
| Aug 2025 | 126.714 |
| Jul 2025 | 126.430 |
| Jun 2025 | 126.121 |
| May 2025 | 125.790 |
| Apr 2025 | 125.502 |
| Mar 2025 | 125.267 |
| Feb 2025 | 125.145 |
| Jan 2025 | 124.587 |
| Dec 2024 | 124.196 |
Pull the full history of Core PCE Price Index 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=USPCEPICORE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USPCEPICORE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USPCEPICORE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();