OTC · Commodity
XNGUSD
Natural Gas vs US Dollar
2.9374
▲ 1.43% today
Last 24 hours
Bid
2.9316
Ask
2.9432
Day High
2.9399
Day Low
2.8742
XNGUSD key statistics
1 week
-1.93%
1 month
+7.49%
52w high
5.22140
52w low
2.64560
Avg daily range
+2.54%
History from
10 Nov 2025
Highs and lows are taken from 261 daily bars — the high was set on 05 Dec 2025 and the low on 06 Aug 2026. XNGUSD is quoted to 5 decimal places, minimum tick 0.00001, spread at last quote 0.01160, quoted in USD on OTC, sourced from MetaTrader 5 (Broker 1).
XNGUSD daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 11 Sept 2026 | 2.94205 | 2.94480 | 2.88005 | 2.93740 | -0.16% |
| 10 Sept 2026 | 2.89575 | 2.94545 | 2.85505 | 2.94310 | +1.64% |
| 09 Sept 2026 | 2.98010 | 2.98300 | 2.88410 | 2.89605 | -2.82% |
| 08 Sept 2026 | 3.05455 | 3.07505 | 2.93910 | 2.98020 | -2.43% |
| 07 Sept 2026 | 2.99290 | 3.05915 | 2.99135 | 3.05485 | +2.07% |
| 06 Sept 2026 | 2.99905 | 3.00110 | 2.99460 | 2.99530 | -0.13% |
| 04 Sept 2026 | 2.98730 | 3.03965 | 2.96625 | 3.00715 | +0.66% |
| 03 Sept 2026 | 3.06720 | 3.08320 | 2.95145 | 2.98780 | -2.59% |
| 02 Sept 2026 | 3.01015 | 3.07030 | 2.96765 | 3.06645 | +1.87% |
| 01 Sept 2026 | 2.98085 | 3.01110 | 2.90235 | 3.01025 | +0.99% |
XNGUSD API access
Natural Gas vs US Dollar prices are available over REST and WebSocket with no API key and no signup. Rate limit is 15,000 requests per minute per IP.
curl
curl "https://biquote.io/api/XNGUSD"
Python
import requests
r = requests.get("https://biquote.io/api/XNGUSD")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/XNGUSD");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for XNGUSD
const conn = new signalR.HubConnectionBuilder()
.withUrl("https://biquote.io/hubs/tick")
.build();
conn.on("ReceiveTick", t => console.log(t.symbol, t.mid));
await conn.start();
await conn.invoke("Subscribe", "XNGUSD");Also available for XNGUSD: daily candles, hourly candles · full API documentation
News about XNGUSD
- Natural Gas XNG/USD Analysis: Geopolitical Risk Meets a Fading UptrendAction Forex·2d ago
- Natural gas is ready for the bullish cycle for ICMARKETS:XNGUSD by Stanislav_Bernukhov_ExnessTradingView·2w ago
- Natural Gas CFD: How to Size for Extreme VolatilityEBC Financial Group·1w ago
- Natural gas to US dollar Price Today | Live Chart & Analysis | Trade XNGUSDLiteFinance·203w ago
- Bank of America raises natural gas forecast on supply concerns By Investing.comInvesting.com Nigeria·5w ago
- How To Trade Natural Gas: Tools and Approaches for FXOPEN:XNGUSD by FXOpenTradingView·94w ago