biquote
NYSE · Stock

TAL

TAL Education Group
11.86
Market closed · last price 5h ago
Last 24 hours
Bid
11.73
Ask
11.98
Day High
11.80
Day Low
11.45

TAL key statistics

1 week
+1.20%
1 month
+13.24%
52w high
13.730
52w low
8.05500
Avg daily range
+4.72%
History from
13 Aug 2025

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

TAL daily history

DateOpenHighLowCloseChange
11 Sept 202611.64011.92511.57011.845+1.76%
09 Sept 202611.74511.78511.40011.440-2.60%
08 Sept 202612.28012.28011.67511.785-4.03%
04 Sept 202612.08512.47012.02512.380+2.44%
01 Sept 202611.40012.29011.40012.220+7.19%
31 Aug 202611.81511.84511.56011.705-0.93%
28 Aug 202611.76511.87511.64011.865+0.85%
27 Aug 202611.66011.74511.63011.735+0.64%
26 Aug 202611.68511.83511.65011.745+0.51%
20 Aug 202611.89511.89511.36511.470-3.57%

TAL API access

TAL Education Group 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/TAL"
Python
import requests

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

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

More stocks instruments

TAL Live Price — TAL Education Group Price and Chart | biquote