Average Price of Ground Beef was last reported at 6.92 USD/Lbs as of August 1, 2026. That is up 0.55% from the prior reading of 6.89 USD/Lbs. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the Inflation category. The next scheduled release is October 14, 2026.
| Date | Value (USD/Lbs) |
|---|---|
| Aug 2026 | 6.92 |
| Jul 2026 | 6.89 |
| Jun 2026 | 6.83 |
| May 2026 | 6.75 |
| Apr 2026 | 6.90 |
| Mar 2026 | 6.70 |
| Feb 2026 | 6.74 |
| Jan 2026 | 6.75 |
| Dec 2025 | 6.69 |
| Nov 2025 | 6.54 |
| Date | Value (USD/Lbs) |
|---|---|
| Sep 2025 | 6.32 |
| Aug 2025 | 6.32 |
| Jul 2025 | 6.25 |
| Jun 2025 | 6.12 |
| May 2025 | 5.98 |
| Apr 2025 | 5.80 |
| Mar 2025 | 5.79 |
| Feb 2025 | 5.63 |
| Jan 2025 | 5.55 |
| Dec 2024 | 5.61 |
Pull the full history of Average Price of Ground Beef 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=USPRICEBEEF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USPRICEBEEF", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USPRICEBEEF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();