Gasoline Inventories was last reported at 207,732 Thousand Barrels as of September 11, 2026. That is up 0.38% from the prior reading of 206,938 Thousand Barrels. This indicator is reported Weekly, and is tracked under the Energy category. The next scheduled release is September 30, 2026.
| Date | Value (Thousand Barrels) |
|---|---|
| Sep 11, 2026 | 207,732 |
| Sep 4, 2026 | 206,938 |
| Aug 28, 2026 | 205,669 |
| Aug 21, 2026 | 206,842 |
| Aug 14, 2026 | 209,378 |
| Aug 7, 2026 | 208,690 |
| Jul 31, 2026 | 209,658 |
| Jul 24, 2026 | 211,301 |
| Jul 17, 2026 | 211,294 |
| Jul 10, 2026 | 210,529 |
| Date | Value (Thousand Barrels) |
|---|---|
| Jul 3, 2026 | 212,062 |
| Jun 26, 2026 | 213,966 |
| Jun 19, 2026 | 216,299 |
| Jun 12, 2026 | 214,235 |
| Jun 5, 2026 | 215,141 |
| May 29, 2026 | 214,955 |
| May 22, 2026 | 211,591 |
| May 15, 2026 | 214,163 |
| May 8, 2026 | 215,711 |
| May 1, 2026 | 219,795 |
Pull the full history of Gasoline Inventories 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=USGASSTOCKS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USGASSTOCKS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USGASSTOCKS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();