Crude Oil Inventories was last reported at 423,429 Thousand Barrels as of September 11, 2026. That is down 0.15% from the prior reading of 424,069 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 | 423,429 |
| Sep 4, 2026 | 424,069 |
| Aug 28, 2026 | 424,460 |
| Aug 21, 2026 | 428,910 |
| Aug 14, 2026 | 428,815 |
| Aug 7, 2026 | 424,410 |
| Jul 31, 2026 | 406,987 |
| Jul 24, 2026 | 404,508 |
| Jul 17, 2026 | 411,675 |
| Jul 10, 2026 | 409,665 |
| Date | Value (Thousand Barrels) |
|---|---|
| Jul 3, 2026 | 411,357 |
| Jun 26, 2026 | 408,359 |
| Jun 19, 2026 | 412,134 |
| Jun 12, 2026 | 418,222 |
| Jun 5, 2026 | 426,485 |
| May 29, 2026 | 433,712 |
| May 22, 2026 | 441,686 |
| May 15, 2026 | 445,013 |
| May 8, 2026 | 452,876 |
| May 1, 2026 | 457,182 |
Pull the full history of Crude Oil 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=USCRUDESTOCKS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCRUDESTOCKS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCRUDESTOCKS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();