biquote
NYSE · Stock

TME

Tencent Music Entertainment Group
7.9950
Market closed · last price 15h ago
Last 24 hours
Bid
7.9700
Ask
8.0200
Day High
7.9900
Day Low
7.9000

TME key statistics

1 week
-3.85%
1 month
-16.02%
52w high
26.610
52w low
7.87500
Avg daily range
+2.01%
History from
13 Aug 2025

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

TME daily history

DateOpenHighLowCloseChange
11 Sept 20267.975008.015007.925007.99500+0.25%
09 Sept 20267.965007.965007.875007.88500-1.00%
08 Sept 20268.135008.195008.035008.09000-0.55%
04 Sept 20268.295008.315008.185008.27500-0.24%
01 Sept 20268.185008.315008.135008.31500+1.59%
31 Aug 20268.475008.485008.305008.31500-1.89%
28 Aug 20268.630008.680008.535008.55500-0.87%
27 Aug 20268.780008.790008.660008.69000-1.03%
26 Aug 20268.740008.855008.700008.84500+1.20%
20 Aug 20268.690008.930008.660008.91000+2.53%

TME API access

Tencent Music Entertainment 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/TME"
Python
import requests

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

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

More stocks instruments

TME Live Price — Tencent Music Entertainment Group Price and Chart | biquote