Saudi Arabia Crude Oil Production was last reported at 6,640 Thousand Barrels Per Day as of May 1, 2026. That is up 0.61% from the prior reading of 6,600 Thousand Barrels Per Day. This indicator is reported Monthly, and is tracked under the International category.
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| May 2026 | 6,640 |
| Apr 2026 | 6,600 |
| Mar 2026 | 7,500 |
| Feb 2026 | 10,760 |
| Jan 2026 | 10,110 |
| Dec 2025 | 10,060 |
| Nov 2025 | 9,940 |
| Oct 2025 | 9,990 |
| Sep 2025 | 10,220 |
| Aug 2025 | 9,320 |
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Jul 2025 | 9,420 |
| Jun 2025 | 9,910 |
| May 2025 | 9,260 |
| Apr 2025 | 9,110 |
| Mar 2025 | 9,308 |
| Feb 2025 | 9,058 |
| Jan 2025 | 9,059 |
| Dec 2024 | 9,110 |
| Nov 2024 | 9,170 |
| Oct 2024 | 9,210 |
Pull the full history of Saudi Arabia Crude Oil Production 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=SACRUDEPROD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "SACRUDEPROD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=SACRUDEPROD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();