Retail Gasoline Price was last reported at 4.319 $ per gallon as of September 14, 2026. That is up 3.90% from the prior reading of 4.157 $ per gallon. This indicator is reported Weekly, Ending Monday and not seasonally adjusted, and is tracked under the Markets category. The next scheduled release is September 22, 2026.
| Date | Value ($ per gallon) |
|---|---|
| Sep 14, 2026 | 4.319 |
| Sep 7, 2026 | 4.157 |
| Aug 31, 2026 | 4.071 |
| Aug 24, 2026 | 4.085 |
| Aug 17, 2026 | 4.049 |
| Aug 10, 2026 | 4.006 |
| Aug 3, 2026 | 4.079 |
| Jul 27, 2026 | 4.096 |
| Jul 20, 2026 | 4.001 |
| Jul 13, 2026 | 3.855 |
| Date | Value ($ per gallon) |
|---|---|
| Jul 6, 2026 | 3.777 |
| Jun 29, 2026 | 3.831 |
| Jun 22, 2026 | 3.914 |
| Jun 15, 2026 | 4.052 |
| Jun 8, 2026 | 4.146 |
| Jun 1, 2026 | 4.305 |
| May 25, 2026 | 4.475 |
| May 18, 2026 | 4.490 |
| May 11, 2026 | 4.500 |
| May 4, 2026 | 4.452 |
Pull the full history of Retail Gasoline 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=USGASOLINE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USGASOLINE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USGASOLINE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();