Cushing Crude Inventories was last reported at 21,482 Thousand Barrels as of September 11, 2026. That is down 1.57% from the prior reading of 21,824 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 | 21,482 |
| Sep 4, 2026 | 21,824 |
| Aug 28, 2026 | 22,508 |
| Aug 21, 2026 | 22,428 |
| Aug 14, 2026 | 21,252 |
| Aug 7, 2026 | 22,566 |
| Jul 31, 2026 | 20,955 |
| Jul 24, 2026 | 18,599 |
| Jul 17, 2026 | 19,370 |
| Jul 10, 2026 | 20,044 |
| Date | Value (Thousand Barrels) |
|---|---|
| Jul 3, 2026 | 19,614 |
| Jun 26, 2026 | 19,666 |
| Jun 19, 2026 | 18,957 |
| Jun 12, 2026 | 20,034 |
| Jun 5, 2026 | 21,640 |
| May 29, 2026 | 22,441 |
| May 22, 2026 | 23,024 |
| May 15, 2026 | 25,818 |
| May 8, 2026 | 27,422 |
| May 1, 2026 | 29,124 |
Pull the full history of Cushing Crude 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=USCUSHINGSTOCKS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCUSHINGSTOCKS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCUSHINGSTOCKS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();