Crude Oil Inventories incl. SPR was last reported at 708,386 Thousand Barrels as of September 11, 2026. That is down 0.15% from the prior reading of 709,429 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 | 708,386 |
| Sep 4, 2026 | 709,429 |
| Aug 28, 2026 | 711,064 |
| Aug 21, 2026 | 718,636 |
| Aug 14, 2026 | 722,241 |
| Aug 7, 2026 | 723,104 |
| Jul 31, 2026 | 711,796 |
| Jul 24, 2026 | 712,158 |
| Jul 17, 2026 | 723,122 |
| Jul 10, 2026 | 726,169 |
| Date | Value (Thousand Barrels) |
|---|---|
| Jul 3, 2026 | 730,846 |
| Jun 26, 2026 | 734,014 |
| Jun 19, 2026 | 743,325 |
| Jun 12, 2026 | 758,473 |
| Jun 5, 2026 | 775,677 |
| May 29, 2026 | 790,831 |
| May 22, 2026 | 806,798 |
| May 15, 2026 | 819,188 |
| May 8, 2026 | 836,971 |
| May 1, 2026 | 849,882 |
Pull the full history of Crude Oil Inventories incl. SPR 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=USCRUDESTOCKSTOT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCRUDESTOCKSTOT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCRUDESTOCKSTOT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();