sifting/io
Commodities · SPOT

Heating Oil (HOILUSD) market data

Heating Oil (HOILUSD) is a energy contract priced in USD.

About Heating Oil (HOILUSD)

HOILUSD is a US dollar quote for heating oil. It is commonly used in energy market screens, seasonal analysis, fuel cost monitoring, and commodity research workflows.

SiftingIO exposes HOILUSD through the same commodities API used for crude oil, natural gas, metals, and agricultural products. Developers can request the latest market data over REST and pull historical OHLCV bars for charts and analysis.

HOILUSD follows SiftingIO's shared market data conventions, so applications can combine heating oil with Brent, WTI, natural gas, FX, and crypto data without changing schema assumptions.

Reference data

Symbol
HOILUSD
Name
Heating Oil
Asset class
Commodities
Venue
SPOT
Base asset
HOIL
Quote asset
USD
Currency
USD
Category
energy

HOILUSD Commodity Price and Market Data API

Access HOILUSD 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/HOILUSD for request-based access through REST, or use the same symbol key with WebSocket streams for real-time commodities market updates.

REST · last trade
curl -H "X-API-Key: $SIFTING_API_KEY" \
  "https://api.sifting.io/v1/last/trade/commodities/HOILUSD"
WebSocket · subscribe
# 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": ["HOILUSD"] }
MCP · AI agent prompt
# With the SiftingIO MCP server connected:Get the latest HOILUSD commodity market data from SiftingIO.Then fetch historical OHLCV bars for HOILUSD at a 1h interval.

Related commodities

Related reading

Frequently asked questions about Heating Oil (HOILUSD)

What is HOILUSD?

HOILUSD is a US dollar quote for heating oil used in energy and commodity market data workflows.

How do I get HOILUSD data from an API?

Use the SiftingIO REST API with the commodities/HOILUSD symbol key to request the latest heating oil market data.

Is historical HOILUSD data available?

Yes. Historical OHLCV bars are available over REST at documented intervals. The available lookback window depends on plan tier.

Can I use HOILUSD with other energy symbols?

Yes. HOILUSD uses the same normalized response conventions as other SiftingIO commodity symbols, including crude oil and natural gas.

Can AI agents request HOILUSD through MCP?

Yes. Compatible MCP clients can request HOILUSD commodity market data through SiftingIO tools.

Heating Oil Price (HOILUSD): Live & Historical Data API · SiftingIO