Distillate Demand was last reported at 3,501 Thousand Barrels Per Day as of September 11, 2026. That is down 4.81% from the prior reading of 3,678 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 | 3,501 |
| Sep 4, 2026 | 3,678 |
| Aug 28, 2026 | 3,390 |
| Aug 21, 2026 | 3,839 |
| Aug 14, 2026 | 3,953 |
| Aug 7, 2026 | 3,458 |
| Jul 31, 2026 | 3,941 |
| Jul 24, 2026 | 3,524 |
| Jul 17, 2026 | 3,718 |
| Jul 10, 2026 | 3,156 |
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Jul 3, 2026 | 4,307 |
| Jun 26, 2026 | 3,614 |
| Jun 19, 2026 | 3,533 |
| Jun 12, 2026 | 3,659 |
| Jun 5, 2026 | 3,864 |
| May 29, 2026 | 3,468 |
| May 22, 2026 | 3,948 |
| May 15, 2026 | 3,552 |
| May 8, 2026 | 3,428 |
| May 1, 2026 | 3,362 |
Pull the full history of Distillate 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=USDISTDEMAND&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USDISTDEMAND", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USDISTDEMAND&period=max&api_key=YOUR_API_KEY");
const data = await res.json();