Core PPI was last reported at 154.84 points as of August 1, 2026. That is up 0.16% from the prior reading of 154.59 points. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Inflation category. The next scheduled release is October 15, 2026.
| Date | Value (points) |
|---|---|
| Aug 2026 | 154.84 |
| Jul 2026 | 154.59 |
| Jun 2026 | 154.18 |
| May 2026 | 153.57 |
| Apr 2026 | 153.59 |
| Mar 2026 | 152.47 |
| Feb 2026 | 152.03 |
| Jan 2026 | 151.60 |
| Dec 2025 | 150.35 |
| Nov 2025 | 149.59 |
| Date | Value (points) |
|---|---|
| Oct 2025 | 149.22 |
| Sep 2025 | 148.77 |
| Aug 2025 | 148.00 |
| Jul 2025 | 148.28 |
| Jun 2025 | 147.12 |
| May 2025 | 146.95 |
| Apr 2025 | 146.39 |
| Mar 2025 | 146.69 |
| Feb 2025 | 146.43 |
| Jan 2025 | 146.18 |
Pull the full history of Core PPI 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=USPPICORE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USPPICORE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USPPICORE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();