Producer Price Index was last reported at 157.411 Index 2009=100 as of August 1, 2026. That is up 0.40% from the prior reading of 156.784 Index 2009=100. 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 (Index 2009=100) |
|---|---|
| Aug 2026 | 157.411 |
| Jul 2026 | 156.563 |
| Jun 2026 | 156.607 |
| May 2026 | 156.783 |
| Apr 2026 | 156.076 |
| Mar 2026 | 154.393 |
| Feb 2026 | 153.204 |
| Jan 2026 | 152.468 |
| Dec 2025 | 151.592 |
| Nov 2025 | 151.054 |
| Date | Value (Index 2009=100) |
|---|---|
| Oct 2025 | 150.439 |
| Sep 2025 | 150.245 |
| Aug 2025 | 149.327 |
| Jul 2025 | 149.597 |
| Jun 2025 | 148.393 |
| May 2025 | 148.153 |
| Apr 2025 | 147.655 |
| Mar 2025 | 148.055 |
| Feb 2025 | 148.233 |
| Jan 2025 | 147.975 |
Pull the full history of Producer 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=USPPI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USPPI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USPPI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();