Average Price of Eggs was last reported at 2.27 USD/Dozen as of August 1, 2026. That is up 3.79% from the prior reading of 2.19 USD/Dozen. 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/Dozen) |
|---|---|
| Aug 2026 | 2.27 |
| Jul 2026 | 2.19 |
| Jun 2026 | 2.14 |
| May 2026 | 2.19 |
| Apr 2026 | 2.25 |
| Mar 2026 | 2.35 |
| Feb 2026 | 2.50 |
| Jan 2026 | 2.58 |
| Dec 2025 | 2.71 |
| Nov 2025 | 2.86 |
| Date | Value (USD/Dozen) |
|---|---|
| Sep 2025 | 3.49 |
| Aug 2025 | 3.59 |
| Jul 2025 | 3.60 |
| Jun 2025 | 3.78 |
| May 2025 | 4.55 |
| Apr 2025 | 5.12 |
| Mar 2025 | 6.23 |
| Feb 2025 | 5.90 |
| Jan 2025 | 4.95 |
| Dec 2024 | 4.15 |
Pull the full history of Average Price of Eggs 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=USPRICEEGGS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USPRICEEGGS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USPRICEEGGS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();