OPEC Crude Oil Production (STEO) was last reported at 25,085 Thousand Barrels Per Day as of December 1, 2027. That is up 0.14% from the prior reading of 25,050 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 | 25,085 |
| Nov 2027 | 25,050 |
| Oct 2027 | 25,015 |
| Sep 2027 | 24,980 |
| Aug 2027 | 24,945 |
| Jul 2027 | 24,910 |
| Jun 2027 | 24,890 |
| May 2027 | 24,865 |
| Apr 2027 | 24,800 |
| Mar 2027 | 23,735 |
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Feb 2027 | 22,670 |
| Jan 2027 | 21,740 |
| Dec 2026 | 20,780 |
| Nov 2026 | 19,850 |
| Oct 2026 | 18,970 |
| Sep 2026 | 18,660 |
| Aug 2026 | 19,020 |
| Jul 2026 | 20,610 |
| Jun 2026 | 18,650 |
| May 2026 | 16,380 |
Pull the full history of OPEC Crude Oil Production (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=OPECCRUDEPRODSTEO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "OPECCRUDEPRODSTEO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=OPECCRUDEPRODSTEO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();