Petroleum Product Supplied (Monthly) was last reported at 20,736 Thousand Barrels Per Day as of June 1, 2026. That is up 3.31% from the prior reading of 20,071 Thousand Barrels Per Day. This indicator is reported Monthly, and is tracked under the Energy category. The next scheduled release is September 30, 2026.
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Jun 2026 | 20,736 |
| May 2026 | 20,071 |
| Apr 2026 | 20,808 |
| Mar 2026 | 20,383 |
| Feb 2026 | 21,138 |
| Jan 2026 | 20,650 |
| Dec 2025 | 20,870 |
| Nov 2025 | 20,493 |
| Oct 2025 | 20,973 |
| Sep 2025 | 20,868 |
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Aug 2025 | 21,213 |
| Jul 2025 | 21,192 |
| Jun 2025 | 21,082 |
| May 2025 | 20,533 |
| Apr 2025 | 20,443 |
| Mar 2025 | 20,008 |
| Feb 2025 | 20,364 |
| Jan 2025 | 20,758 |
| Dec 2024 | 20,615 |
| Nov 2024 | 20,367 |
Pull the full history of Petroleum Product Supplied (Monthly) 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=USPETDEMANDMO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USPETDEMANDMO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USPETDEMANDMO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();