Distillate Inventories was last reported at 107,859 Thousand Barrels as of September 11, 2026. That is up 1.49% from the prior reading of 106,274 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 | 107,859 |
| Sep 4, 2026 | 106,274 |
| Aug 28, 2026 | 104,187 |
| Aug 21, 2026 | 103,391 |
| Aug 14, 2026 | 105,619 |
| Aug 7, 2026 | 107,149 |
| Jul 31, 2026 | 107,159 |
| Jul 24, 2026 | 110,632 |
| Jul 17, 2026 | 109,570 |
| Jul 10, 2026 | 108,175 |
| Date | Value (Thousand Barrels) |
|---|---|
| Jul 3, 2026 | 103,619 |
| Jun 26, 2026 | 108,599 |
| Jun 19, 2026 | 106,116 |
| Jun 12, 2026 | 103,052 |
| Jun 5, 2026 | 102,101 |
| May 29, 2026 | 102,301 |
| May 22, 2026 | 100,799 |
| May 15, 2026 | 102,906 |
| May 8, 2026 | 102,534 |
| May 1, 2026 | 102,344 |
Pull the full history of Distillate 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=USDISTSTOCKS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USDISTSTOCKS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USDISTSTOCKS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();