WTI Crude Oil Price was last reported at 107.02 $ per barrel as of September 15, 2026. That is up 4.49% from the prior reading of 102.42 $ 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 | 107.02 |
| Sep 14, 2026 | 102.42 |
| Sep 11, 2026 | 101.27 |
| Sep 10, 2026 | 103.57 |
| Sep 9, 2026 | 97.26 |
| Sep 8, 2026 | 94.21 |
| Sep 4, 2026 | 92.69 |
| Sep 3, 2026 | 92.55 |
| Sep 2, 2026 | 92.15 |
| Sep 1, 2026 | 91.48 |
| Date | Value ($ per barrel) |
|---|---|
| Aug 31, 2026 | 87.03 |
| Aug 28, 2026 | 84.57 |
| Aug 27, 2026 | 84.81 |
| Aug 26, 2026 | 83.46 |
| Aug 25, 2026 | 83.90 |
| Aug 24, 2026 | 86.34 |
| Aug 21, 2026 | 87.21 |
| Aug 20, 2026 | 89.75 |
| Aug 19, 2026 | 87.28 |
| Aug 18, 2026 | 86.48 |
Pull the full history of WTI 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=CMDWTI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDWTI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDWTI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();