Jet Fuel Inventories was last reported at 45,338 Thousand Barrels as of September 11, 2026. That is down 1.51% from the prior reading of 46,033 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 | 45,338 |
| Sep 4, 2026 | 46,033 |
| Aug 28, 2026 | 45,874 |
| Aug 21, 2026 | 45,693 |
| Aug 14, 2026 | 46,240 |
| Aug 7, 2026 | 45,186 |
| Jul 31, 2026 | 46,878 |
| Jul 24, 2026 | 46,815 |
| Jul 17, 2026 | 47,388 |
| Jul 10, 2026 | 48,418 |
| Date | Value (Thousand Barrels) |
|---|---|
| Jul 3, 2026 | 47,576 |
| Jun 26, 2026 | 48,010 |
| Jun 19, 2026 | 46,295 |
| Jun 12, 2026 | 45,040 |
| Jun 5, 2026 | 46,150 |
| May 29, 2026 | 45,353 |
| May 22, 2026 | 44,913 |
| May 15, 2026 | 44,177 |
| May 8, 2026 | 44,026 |
| May 1, 2026 | 43,570 |
Pull the full history of Jet Fuel 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=USJETSTOCKS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USJETSTOCKS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USJETSTOCKS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();