OECD Commercial Oil Inventories (STEO) was last reported at 3,020 Million Barrels as of December 1, 2027. That is up 0.94% from the prior reading of 2,992 Million Barrels. This indicator is reported Monthly, and is tracked under the Energy category. The next scheduled release is October 14, 2026.
| Date | Value (Million Barrels) |
|---|---|
| Dec 2027 | 3,020 |
| Nov 2027 | 2,992 |
| Oct 2027 | 2,940 |
| Sep 2027 | 2,891 |
| Aug 2027 | 2,855 |
| Jul 2027 | 2,816 |
| Jun 2027 | 2,774 |
| May 2027 | 2,741 |
| Apr 2027 | 2,683 |
| Mar 2027 | 2,634 |
| Date | Value (Million Barrels) |
|---|---|
| Feb 2027 | 2,594 |
| Jan 2027 | 2,598 |
| Dec 2026 | 2,568 |
| Nov 2026 | 2,596 |
| Oct 2026 | 2,614 |
| Sep 2026 | 2,651 |
| Aug 2026 | 2,704 |
| Jul 2026 | 2,736 |
| Jun 2026 | 2,735 |
| May 2026 | 2,768 |
Pull the full history of OECD Commercial Oil Inventories (STEO) 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=OECDOILSTOCKSSTEO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "OECDOILSTOCKSSTEO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=OECDOILSTOCKSSTEO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();