Average Price of White Bread was last reported at 1.82 USD/Lbs as of August 1, 2026. That is up 0.16% from the prior reading of 1.82 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 | 1.82 |
| Jul 2026 | 1.82 |
| Jun 2026 | 1.81 |
| May 2026 | 1.83 |
| Apr 2026 | 1.87 |
| Mar 2026 | 1.81 |
| Feb 2026 | 1.85 |
| Jan 2026 | 1.84 |
| Dec 2025 | 1.83 |
| Nov 2025 | 1.79 |
| Date | Value (USD/Lbs) |
|---|---|
| Sep 2025 | 1.87 |
| Aug 2025 | 1.84 |
| Jul 2025 | 1.85 |
| Jun 2025 | 1.86 |
| May 2025 | 1.88 |
| Apr 2025 | 1.91 |
| Mar 2025 | 1.88 |
| Feb 2025 | 1.93 |
| Jan 2025 | 1.93 |
| Dec 2024 | 1.91 |
Pull the full history of Average Price of White Bread 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=USPRICEBREAD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USPRICEBREAD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USPRICEBREAD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();