Brazil Crude Oil Production was last reported at 4,301 Thousand Barrels Per Day as of May 1, 2026. That is down 0.89% from the prior reading of 4,340 Thousand Barrels Per Day. This indicator is reported Monthly, and is tracked under the International category.
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| May 2026 | 4,301 |
| Apr 2026 | 4,340 |
| Mar 2026 | 4,247 |
| Feb 2026 | 4,061 |
| Jan 2026 | 3,953 |
| Dec 2025 | 4,015 |
| Nov 2025 | 3,773 |
| Oct 2025 | 4,030 |
| Sep 2025 | 3,912 |
| Aug 2025 | 3,894 |
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Jul 2025 | 3,959 |
| Jun 2025 | 3,757 |
| May 2025 | 3,679 |
| Apr 2025 | 3,632 |
| Mar 2025 | 3,621 |
| Feb 2025 | 3,488 |
| Jan 2025 | 3,446 |
| Dec 2024 | 3,419 |
| Nov 2024 | 3,310 |
| Oct 2024 | 3,269 |
Pull the full history of Brazil 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=BRCRUDEPROD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "BRCRUDEPROD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=BRCRUDEPROD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();