Gasoline Demand was last reported at 8,798 Thousand Barrels Per Day as of September 11, 2026. That is up 2.89% from the prior reading of 8,551 Thousand Barrels Per Day. This indicator is reported Weekly, and is tracked under the Energy category. The next scheduled release is September 30, 2026.
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Sep 11, 2026 | 8,798 |
| Sep 4, 2026 | 8,551 |
| Aug 28, 2026 | 8,922 |
| Aug 21, 2026 | 9,043 |
| Aug 14, 2026 | 8,689 |
| Aug 7, 2026 | 8,964 |
| Jul 31, 2026 | 9,031 |
| Jul 24, 2026 | 9,041 |
| Jul 17, 2026 | 8,947 |
| Jul 10, 2026 | 8,844 |
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Jul 3, 2026 | 8,845 |
| Jun 26, 2026 | 9,131 |
| Jun 19, 2026 | 8,775 |
| Jun 12, 2026 | 9,212 |
| Jun 5, 2026 | 8,731 |
| May 29, 2026 | 8,594 |
| May 22, 2026 | 9,256 |
| May 15, 2026 | 8,767 |
| May 8, 2026 | 8,754 |
| May 1, 2026 | 8,813 |
Pull the full history of Gasoline Demand 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=USGASDEMAND&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USGASDEMAND", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USGASDEMAND&period=max&api_key=YOUR_API_KEY");
const data = await res.json();