PPI, All Commodities was last reported at 287.928 Index 1982=100 as of August 1, 2026. That is up 0.96% from the prior reading of 285.181 Index 1982=100. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the Inflation category. The next scheduled release is October 15, 2026.
| Date | Value (Index 1982=100) |
|---|---|
| Aug 2026 | 287.928 |
| Jul 2026 | 284.057 |
| Jun 2026 | 286.279 |
| May 2026 | 290.515 |
| Apr 2026 | 282.755 |
| Mar 2026 | 276.109 |
| Feb 2026 | 269.535 |
| Jan 2026 | 263.608 |
| Dec 2025 | 261.333 |
| Nov 2025 | 261.914 |
| Date | Value (Index 1982=100) |
|---|---|
| Oct 2025 | 260.591 |
| Sep 2025 | 262.054 |
| Aug 2025 | 262.110 |
| Jul 2025 | 262.358 |
| Jun 2025 | 260.491 |
| May 2025 | 258.678 |
| Apr 2025 | 258.392 |
| Mar 2025 | 258.525 |
| Feb 2025 | 259.498 |
| Jan 2025 | 257.360 |
Pull the full history of PPI, All Commodities 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=USPPICOMM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USPPICOMM", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USPPICOMM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();