CPI Food Away from Home was last reported at 397.868 points as of August 1, 2026. That is up 0.25% from the prior reading of 396.859 points. 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 (points) |
|---|---|
| Aug 2026 | 397.868 |
| Jul 2026 | 396.859 |
| Jun 2026 | 395.633 |
| May 2026 | 394.728 |
| Apr 2026 | 393.546 |
| Mar 2026 | 392.652 |
| Feb 2026 | 391.706 |
| Jan 2026 | 390.471 |
| Dec 2025 | 389.889 |
| Nov 2025 | 387.202 |
| Date | Value (points) |
|---|---|
| Sep 2025 | 385.451 |
| Aug 2025 | 384.909 |
| Jul 2025 | 383.808 |
| Jun 2025 | 382.750 |
| May 2025 | 381.228 |
| Apr 2025 | 380.039 |
| Mar 2025 | 378.363 |
| Feb 2025 | 376.991 |
| Jan 2025 | 375.532 |
| Dec 2024 | 374.644 |
Pull the full history of CPI Food Away from Home 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=USCPIFOODAWAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCPIFOODAWAY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCPIFOODAWAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();