Brent Crude Oil Price was last reported at 130.80 $ per barrel as of September 15, 2026. That is up 7.88% from the prior reading of 121.25 $ per barrel. This indicator is reported Daily and not seasonally adjusted, and is tracked under the Markets category. The next scheduled release is September 23, 2026.
| Date | Value ($ per barrel) |
|---|---|
| Sep 15, 2026 | 130.80 |
| Sep 14, 2026 | 121.25 |
| Sep 11, 2026 | 118.06 |
| Sep 10, 2026 | 120.98 |
| Sep 9, 2026 | 109.51 |
| Sep 8, 2026 | 106.12 |
| Sep 7, 2026 | 104.47 |
| Sep 4, 2026 | 102.24 |
| Sep 3, 2026 | 100.52 |
| Sep 2, 2026 | 97.59 |
| Date | Value ($ per barrel) |
|---|---|
| Sep 1, 2026 | 96.02 |
| Aug 28, 2026 | 89.75 |
| Aug 27, 2026 | 90.18 |
| Aug 26, 2026 | 87.77 |
| Aug 25, 2026 | 88.24 |
| Aug 24, 2026 | 92.71 |
| Aug 21, 2026 | 96.92 |
| Aug 20, 2026 | 94.00 |
| Aug 19, 2026 | 92.37 |
| Aug 18, 2026 | 95.29 |
Pull the full history of Brent Crude Oil Price 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=CMDBRENT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDBRENT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDBRENT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();