Total Petroleum Inventories was last reported at 1,536,205 Thousand Barrels as of September 11, 2026. That is up 0.14% from the prior reading of 1,534,001 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 | 1,536,205 |
| Sep 4, 2026 | 1,534,001 |
| Aug 28, 2026 | 1,528,946 |
| Aug 21, 2026 | 1,535,088 |
| Aug 14, 2026 | 1,538,728 |
| Aug 7, 2026 | 1,535,162 |
| Jul 31, 2026 | 1,525,539 |
| Jul 24, 2026 | 1,526,350 |
| Jul 17, 2026 | 1,533,850 |
| Jul 10, 2026 | 1,527,349 |
| Date | Value (Thousand Barrels) |
|---|---|
| Jul 3, 2026 | 1,517,075 |
| Jun 26, 2026 | 1,527,225 |
| Jun 19, 2026 | 1,533,511 |
| Jun 12, 2026 | 1,543,113 |
| Jun 5, 2026 | 1,559,930 |
| May 29, 2026 | 1,573,470 |
| May 22, 2026 | 1,584,032 |
| May 15, 2026 | 1,601,408 |
| May 8, 2026 | 1,620,349 |
| May 1, 2026 | 1,634,013 |
Pull the full history of Total Petroleum 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=USPETSTOCKSTOT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USPETSTOCKSTOT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USPETSTOCKSTOT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();