OECD Oil Inventories was last reported at 3,782 Million Barrels as of June 1, 2026. That is down 1.87% from the prior reading of 3,854 Million Barrels. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (Million Barrels) |
|---|---|
| Jun 2026 | 3,782 |
| May 2026 | 3,854 |
| Apr 2026 | 3,905 |
| Mar 2026 | 4,026 |
| Feb 2026 | 4,059 |
| Jan 2026 | 4,037 |
| Dec 2025 | 4,068 |
| Nov 2025 | 4,061 |
| Oct 2025 | 4,044 |
| Sep 2025 | 4,083 |
| Date | Value (Million Barrels) |
|---|---|
| Aug 2025 | 4,080 |
| Jul 2025 | 4,036 |
| Jun 2025 | 4,007 |
| May 2025 | 4,016 |
| Apr 2025 | 3,975 |
| Mar 2025 | 3,973 |
| Feb 2025 | 3,959 |
| Jan 2025 | 3,974 |
| Dec 2024 | 3,977 |
| Nov 2024 | 3,981 |
Pull the full history of OECD 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=OECDOILSTOCKS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "OECDOILSTOCKS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=OECDOILSTOCKS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();