WTI Crude Oil (WTIUSD) market data
WTI Crude Oil (WTIUSD) is a energy contract priced in USD.
About WTI Crude Oil (WTIUSD)
WTIUSD is a US dollar quote for West Texas Intermediate crude oil. WTI is a major North American crude benchmark and is commonly used in energy dashboards, macro research, trading tools, and risk systems that monitor oil-market exposure.
SiftingIO exposes WTIUSD through the same commodity data API used for metals, energy, and agricultural markets. The latest market data is available through REST, and historical OHLCV bars can be requested with the same symbol key and authentication model.
Historical WTIUSD bars are served over REST at documented intervals from one minute upward. The response shape follows the same normalized schema as other SiftingIO markets, so developers can join WTI data with FX, crypto, or other commodity series without rewriting parsers.
The WTIUSD page is designed for practical integration intent: latest price lookups, historical oil bars, alerts, commodity dashboards, research notebooks, and AI agents that need an oil benchmark in market context.
Reference data
- Symbol
- WTIUSD
- Name
- WTI Crude Oil
- Asset class
- Commodities
- Venue
- SPOT
- Base asset
- WTI
- Quote asset
- USD
- Currency
- USD
- Category
- energy
WTIUSD Commodity Price and Market Data API
Access WTIUSD commodity price and market data through SiftingIO's REST and WebSocket APIs, including latest price data, historical records, and live updates where available.
Use commodities/WTIUSD for request-based access through REST, or use the same symbol key with WebSocket streams for real-time commodities market updates.
curl -H "X-API-Key: $SIFTING_API_KEY" \
"https://api.sifting.io/v1/last/trade/commodities/WTIUSD"# Connect (set SIFTING_API_KEY first)wscat -c "wss://stream.sifting.io/ws/v1?key=$SIFTING_API_KEY" # Then send this subscribe frame:{ "op": "subscribe", "product": "com", "symbols": ["WTIUSD"] }# With the SiftingIO MCP server connected:Get the latest WTIUSD commodity market data from SiftingIO.Then fetch historical OHLCV bars for WTIUSD at a 1h interval.Related commodities
Related reading
Frequently asked questions about WTI Crude Oil (WTIUSD)
What is WTIUSD?
WTIUSD is a US dollar quote for West Texas Intermediate crude oil, a major North American oil benchmark.
How do I get WTIUSD oil price data from an API?
Use the SiftingIO REST API with the commodities/WTIUSD symbol key to request the latest WTIUSD commodity market data.
Does SiftingIO provide historical WTIUSD OHLCV bars?
Yes. Historical open, high, low, close, and volume bars are available over REST at documented intervals, with history depth set by plan tier.
Can I use WTIUSD data with other asset classes?
Yes. WTIUSD follows the same SiftingIO conventions for symbols, timestamps, authentication, and response shapes, so it can be joined with FX, crypto, stocks, and other commodities.
Can AI agents request WTIUSD data through MCP?
Yes. The SiftingIO MCP server lets compatible AI clients request WTIUSD market data through MCP tools using the same account entitlements as the REST API.