biquote
NYSE · Stock

NIO

NIO Limited
3.6600
Market closed · last price 57m ago
Last 24 hours
Bid
3.6500
Ask
3.6700
Day High
3.7200
Day Low
3.6100

NIO key statistics

1 week
-9.38%
1 month
-23.78%
52w high
7.94000
52w low
3.64500
Avg daily range
+2.35%
History from
15 Aug 2025

Highs and lows are taken from 261 daily bars — the high was set on 02 Oct 2025 and the low on 11 Sept 2026. NIO is quoted to 5 decimal places, minimum tick 0.00001, spread at last quote 0.02000, quoted in USD on NYSE, sourced from MetaTrader 5 (Broker 1).

NIO daily history

DateOpenHighLowCloseChange
11 Sept 20263.675003.730003.645003.67000-0.14%
09 Sept 20263.795003.795003.680003.68000-3.03%
08 Sept 20263.735003.840003.720003.76000+0.67%
04 Sept 20263.805003.805003.720003.79000-0.39%
03 Sept 20263.825003.890003.710003.83000+0.13%
01 Sept 20264.055004.220003.985004.05000-0.12%
31 Aug 20264.320004.400004.255004.27500-1.04%
28 Aug 20264.360004.385004.315004.33500-0.57%
27 Aug 20264.345004.365004.335004.35500+0.23%
26 Aug 20264.450004.490004.395004.39500-1.24%

NIO API access

NIO Limited 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/NIO"
Python
import requests

r = requests.get("https://biquote.io/api/NIO")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])
JavaScript
const r = await fetch("https://biquote.io/api/NIO");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);
WebSocket
// SignalR hub — pushes every tick for NIO
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", "NIO");

Also available for NIO: daily candles, hourly candles · full API documentation

More stocks instruments

NIO Live Price — NIO Limited Price and Chart | biquote