Natural Gas (NGASUSD) market data
Natural Gas (NGASUSD) is a energy contract priced in USD.
About Natural Gas (NGASUSD)
NGASUSD is a US dollar quote for natural gas. It is used in energy dashboards, macro research, risk tools, and commodity monitoring workflows that need gas prices next to oil, metals, FX, and crypto.
SiftingIO serves NGASUSD through the commodities data API. The latest market data is available over REST, and historical OHLCV bars can be fetched with the same authentication and response conventions used across the rest of the platform.
The normalized schema makes NGASUSD practical for multi-asset products: one symbol key, one timestamp model, and one set of client patterns for live lookups, historical analysis, and AI workflows.
Reference data
- Symbol
- NGASUSD
- Name
- Natural Gas
- Asset class
- Commodities
- Venue
- SPOT
- Base asset
- NGAS
- Quote asset
- USD
- Currency
- USD
- Category
- energy
NGASUSD Commodity Price and Market Data API
Access NGASUSD 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/NGASUSD 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/NGASUSD"# 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": ["NGASUSD"] }# With the SiftingIO MCP server connected:Get the latest NGASUSD commodity market data from SiftingIO.Then fetch historical OHLCV bars for NGASUSD at a 1h interval.Related reading
Frequently asked questions about Natural Gas (NGASUSD)
What is NGASUSD?
NGASUSD is a US dollar quote for natural gas used in commodity market data workflows.
How do I get natural gas data from an API?
Request commodities/NGASUSD through the SiftingIO REST API with your API key to receive the latest available natural gas market data.
Does SiftingIO provide historical NGASUSD OHLCV bars?
Yes. Historical open, high, low, close, and volume bars are available over REST at supported intervals, with depth set by plan tier.
What can I build with NGASUSD data?
NGASUSD data can support energy dashboards, commodity alerts, macro research, risk screens, and AI workflows that need natural gas context.
Can MCP clients access NGASUSD data?
Yes. The SiftingIO MCP server lets compatible AI clients request NGASUSD data through tool calls, subject to the same account entitlements as API usage.