OPEC Spare Capacity (STEO) was last reported at 2,380 Thousand Barrels Per Day as of December 1, 2027. That reading was unchanged from the prior value of 2,380 Thousand Barrels Per Day. This indicator is reported Monthly, and is tracked under the Energy category. The next scheduled release is October 14, 2026.
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Dec 2027 | 2,380 |
| Nov 2027 | 2,380 |
| Oct 2027 | 2,380 |
| Sep 2027 | 2,380 |
| Aug 2027 | 2,380 |
| Jul 2027 | 2,380 |
| Jun 2027 | 2,380 |
| May 2027 | 2,380 |
| Apr 2027 | 2,380 |
| Mar 2027 | 30 |
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Feb 2027 | 30 |
| Jan 2027 | 30 |
| Dec 2026 | 20 |
| Nov 2026 | 20 |
| Oct 2026 | 20 |
| Sep 2026 | 20 |
| Aug 2026 | 20 |
| Jul 2026 | 20 |
| Jun 2026 | 20 |
| May 2026 | 50 |
Pull the full history of OPEC Spare Capacity (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=OPECSPARECAPSTEO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "OPECSPARECAPSTEO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=OPECSPARECAPSTEO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();