CPI, Food was last reported at 350.309 Index 1982-84=100 as of August 1, 2026. That is up 0.12% from the prior reading of 349.881 Index 1982-84=100. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Inflation category. The next scheduled release is October 14, 2026.
| Date | Value (Index 1982-84=100) |
|---|---|
| Aug 2026 | 350.309 |
| Jul 2026 | 349.881 |
| Jun 2026 | 349.609 |
| May 2026 | 348.892 |
| Apr 2026 | 348.349 |
| Mar 2026 | 346.603 |
| Feb 2026 | 346.622 |
| Jan 2026 | 345.271 |
| Dec 2025 | 344.632 |
| Nov 2025 | 342.386 |
| Date | Value (Index 1982-84=100) |
|---|---|
| Sep 2025 | 342.086 |
| Aug 2025 | 341.320 |
| Jul 2025 | 339.891 |
| Jun 2025 | 339.468 |
| May 2025 | 338.474 |
| Apr 2025 | 337.493 |
| Mar 2025 | 337.331 |
| Feb 2025 | 336.065 |
| Jan 2025 | 335.441 |
| Dec 2024 | 334.464 |
Pull the full history of CPI, Food 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=USCPIFOOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCPIFOOD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCPIFOOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();