WTI Price (STEO) was last reported at 58.00 USD/Bbl as of December 1, 2027. That is down 3.33% from the prior reading of 60.00 USD/Bbl. This indicator is reported Monthly, and is tracked under the Energy category. The next scheduled release is October 14, 2026.
| Date | Value (USD/Bbl) |
|---|---|
| Dec 2027 | 58.00 |
| Nov 2027 | 60.00 |
| Oct 2027 | 62.00 |
| Sep 2027 | 64.00 |
| Aug 2027 | 66.00 |
| Jul 2027 | 68.00 |
| Jun 2027 | 70.00 |
| May 2027 | 73.00 |
| Apr 2027 | 76.00 |
| Mar 2027 | 79.00 |
| Date | Value (USD/Bbl) |
|---|---|
| Feb 2027 | 81.00 |
| Jan 2027 | 83.00 |
| Dec 2026 | 84.50 |
| Nov 2026 | 86.50 |
| Oct 2026 | 87.00 |
| Sep 2026 | 88.00 |
| Aug 2026 | 83.90 |
| Jul 2026 | 80.46 |
| Jun 2026 | 84.81 |
| May 2026 | 102.13 |
Pull the full history of WTI Price (STEO) 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=CMDWTISTEO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDWTISTEO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDWTISTEO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();