Retail Diesel Price was last reported at 6.529 USD/Gal as of September 21, 2026. That is up 3.88% from the prior reading of 6.285 USD/Gal. This indicator is reported Weekly, and is tracked under the Energy category. The next scheduled release is September 28, 2026.
| Date | Value (USD/Gal) |
|---|---|
| Sep 21, 2026 | 6.529 |
| Sep 14, 2026 | 6.285 |
| Sep 7, 2026 | 5.967 |
| Aug 31, 2026 | 5.599 |
| Aug 24, 2026 | 5.652 |
| Aug 17, 2026 | 5.454 |
| Aug 10, 2026 | 5.257 |
| Aug 3, 2026 | 5.348 |
| Jul 27, 2026 | 5.313 |
| Jul 20, 2026 | 5.134 |
| Date | Value (USD/Gal) |
|---|---|
| Jul 13, 2026 | 4.796 |
| Jul 6, 2026 | 4.578 |
| Jun 29, 2026 | 4.668 |
| Jun 22, 2026 | 4.832 |
| Jun 15, 2026 | 5.059 |
| Jun 8, 2026 | 5.210 |
| Jun 1, 2026 | 5.350 |
| May 25, 2026 | 5.523 |
| May 18, 2026 | 5.596 |
| May 11, 2026 | 5.639 |
Pull the full history of Retail Diesel Price 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=USDIESEL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USDIESEL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USDIESEL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();