Gasoline (GASUSD) market data
Gasoline (GASUSD) is a energy contract priced in USD.
About Gasoline (GASUSD)
GASUSD is a US dollar quote for gasoline. It is useful for fuel-price dashboards, energy-market research, inflation monitoring, and applications that compare refined products with crude oil and natural gas.
SiftingIO makes GASUSD available through the commodities data API with a normalized symbol and response shape. The latest market data is available over REST, and historical OHLCV bars can be requested for charts, alerts, and analysis.
Because GASUSD follows the same SiftingIO conventions as other markets, teams can combine gasoline data with oil benchmarks, metals, FX, and crypto without maintaining a separate client path.
Reference data
- Symbol
- GASUSD
- Name
- Gasoline
- Asset class
- Commodities
- Venue
- SPOT
- Base asset
- GAS
- Quote asset
- USD
- Currency
- USD
- Category
- energy
GASUSD Commodity Price and Market Data API
Access GASUSD 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/GASUSD 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/GASUSD"# 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": ["GASUSD"] }# With the SiftingIO MCP server connected:Get the latest GASUSD commodity market data from SiftingIO.Then fetch historical OHLCV bars for GASUSD at a 1h interval.Related reading
Frequently asked questions about Gasoline (GASUSD)
What is GASUSD?
GASUSD is a US dollar quote for gasoline used in energy and commodity market data workflows.
How do I get gasoline price data from an API?
Request commodities/GASUSD through the SiftingIO REST API with your API key to receive the latest available gasoline market data.
Does SiftingIO provide historical GASUSD OHLCV data?
Yes. Historical open, high, low, close, and volume bars are available over REST at supported intervals, with depth controlled by subscription tier.
What can I build with GASUSD data?
GASUSD data can support fuel dashboards, inflation monitors, energy research, commodity alerts, and AI workflows that need refined-product context.
Can MCP clients access GASUSD data?
Yes. The SiftingIO MCP server lets compatible AI clients request GASUSD data through tool calls under the same account entitlements as REST API usage.