Russia Crude Oil Production was last reported at 9,717 Thousand Barrels Per Day as of May 1, 2026. That is down 1.12% from the prior reading of 9,827 Thousand Barrels Per Day. This indicator is reported Monthly, and is tracked under the International category.
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| May 2026 | 9,717 |
| Apr 2026 | 9,827 |
| Mar 2026 | 9,977 |
| Feb 2026 | 9,976 |
| Jan 2026 | 10,026 |
| Dec 2025 | 10,027 |
| Nov 2025 | 10,106 |
| Oct 2025 | 10,074 |
| Sep 2025 | 9,946 |
| Aug 2025 | 9,803 |
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Jul 2025 | 9,813 |
| Jun 2025 | 9,783 |
| May 2025 | 9,818 |
| Apr 2025 | 9,853 |
| Mar 2025 | 9,795 |
| Feb 2025 | 9,795 |
| Jan 2025 | 9,805 |
| Dec 2024 | 9,805 |
| Nov 2024 | 9,784 |
| Oct 2024 | 9,730 |
Pull the full history of Russia 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=RUCRUDEPROD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "RUCRUDEPROD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=RUCRUDEPROD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();