PCE Price Index was last reported at 131.659 Index 2017=100 as of July 1, 2026. That is up 0.16% from the prior reading of 131.454 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 | 131.659 |
| Jun 2026 | 131.454 |
| May 2026 | 131.576 |
| Apr 2026 | 130.946 |
| Mar 2026 | 130.403 |
| Feb 2026 | 129.539 |
| Jan 2026 | 129.023 |
| Dec 2025 | 128.576 |
| Nov 2025 | 128.152 |
| Oct 2025 | 127.871 |
| Date | Value (Index 2017=100) |
|---|---|
| Sep 2025 | 127.625 |
| Aug 2025 | 127.293 |
| Jul 2025 | 126.960 |
| Jun 2025 | 126.743 |
| May 2025 | 126.380 |
| Apr 2025 | 126.150 |
| Mar 2025 | 125.941 |
| Feb 2025 | 125.921 |
| Jan 2025 | 125.417 |
| Dec 2024 | 124.979 |
Pull the full history of 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=USPCEPI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USPCEPI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USPCEPI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();