Gulf Coast Gasoline Spot Price was last reported at 3.834 USD/Gal as of September 15, 2026. That is up 3.26% from the prior reading of 3.713 USD/Gal. This indicator is reported Daily, and is tracked under the Energy category. The next scheduled release is September 30, 2026.
| Date | Value (USD/Gal) |
|---|---|
| Sep 15, 2026 | 3.834 |
| Sep 14, 2026 | 3.713 |
| Sep 11, 2026 | 3.679 |
| Sep 10, 2026 | 3.772 |
| Sep 9, 2026 | 3.534 |
| Sep 8, 2026 | 3.531 |
| Sep 4, 2026 | 3.458 |
| Sep 3, 2026 | 3.410 |
| Sep 2, 2026 | 3.295 |
| Sep 1, 2026 | 3.443 |
| Date | Value (USD/Gal) |
|---|---|
| Aug 31, 2026 | 3.863 |
| Aug 28, 2026 | 3.742 |
| Aug 27, 2026 | 3.635 |
| Aug 26, 2026 | 3.513 |
| Aug 25, 2026 | 3.429 |
| Aug 24, 2026 | 3.501 |
| Aug 21, 2026 | 3.569 |
| Aug 20, 2026 | 3.533 |
| Aug 19, 2026 | 3.479 |
| Aug 18, 2026 | 3.318 |
Pull the full history of Gulf Coast Gasoline Spot 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=CMDGASGULF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDGASGULF", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDGASGULF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();