biquote
Home/Stocks/UK100
INDEX · Index

UK100

UK 100 Index
10,667.66
0.09% today
Last 24 hours
Bid
10,667.31
Ask
10,668
Day High
10,716.8
Day Low
10,582.98

UK100 key statistics

1 week
-1.52%
1 month
-0.86%
52w high
10,986.20
52w low
9,437.07
Avg daily range
+0.69%
History from
26 Oct 2025

Highs and lows are taken from 261 daily bars — the high was set on 30 Jul 2026 and the low on 21 Nov 2025. UK100 is quoted to 2 decimal places, minimum tick 0.01, spread at last quote 0.69, quoted in USD on INDEX, sourced from MetaTrader 5 (Broker 1).

UK100 daily history

DateOpenHighLowCloseChange
11 Sept 202610,597.9910,717.1510,584.0310,667.66+0.66%
10 Sept 202610,650.1410,688.5510,583.4110,601.50-0.46%
09 Sept 202610,783.0010,818.4010,626.1210,658.41-1.16%
08 Sept 202610,822.9010,857.9010,762.4110,768.41-0.50%
07 Sept 202610,837.4610,875.4010,798.4210,823.90-0.13%
06 Sept 202610,839.5310,840.5210,830.4410,831.94-0.07%
04 Sept 202610,842.6110,866.1010,792.1210,835.35-0.07%
03 Sept 202610,762.2810,871.6010,739.1210,841.60+0.74%
02 Sept 202610,756.0910,808.1010,715.6210,773.60+0.16%
01 Sept 202610,775.2610,814.5010,690.5210,761.10-0.13%

UK100 API access

UK 100 Index 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/UK100"
Python
import requests

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

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

More stocks instruments

UK100 Live Price — UK 100 Index Price and Chart | biquote