biquote
NYSE · Stock

LI

Li Auto Inc.
11.88
0.75% today
Last 24 hours
Bid
11.86
Ask
11.90
Day High
12.01
Day Low
11.64

LI key statistics

1 week
-1.74%
1 month
-14.19%
52w high
27.350
52w low
11.655
Avg daily range
+2.02%
History from
14 Aug 2025

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

LI daily history

DateOpenHighLowCloseChange
11 Sept 202611.79512.03011.77011.880+0.72%
09 Sept 202612.14512.25511.90011.970-1.44%
08 Sept 202612.48012.76012.42512.470-0.08%
04 Sept 202612.25512.46512.13012.335+0.65%
01 Sept 202612.02512.04511.87011.940-0.71%
31 Aug 202612.23512.29012.09012.090-1.19%
28 Aug 202612.29012.42012.12012.210-0.65%
27 Aug 202612.26512.26512.14012.190-0.61%
26 Aug 202612.20512.48512.00012.220+0.12%
20 Aug 202612.89012.97012.64512.940+0.39%

LI API access

Li Auto Inc. 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/LI"
Python
import requests

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

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

More stocks instruments

LI Live Price — Li Auto Inc. Price and Chart | biquote