biquote
Home/Stocks/USTEC_X100
INDEX · Index

USTEC_X100

US Tech 100 Index
29,134.75
1.12% today
Last 24 hours
Bid
29,134.36
Ask
29,135.14
Day High
29,169.1
Day Low
29,066.61

USTEC_X100 key statistics

1 week
-1.40%
1 month
-2.97%
52w high
30,794.47
52w low
27,085.26
Avg daily range
+0.96%
History from
22 May 2026

Highs and lows are taken from 95 daily bars — the high was set on 03 Jun 2026 and the low on 29 Jul 2026. USTEC_X100 is quoted to 2 decimal places, minimum tick 0.01, spread at last quote 0.78, quoted in USD on INDEX, sourced from MetaTrader 5 (Broker 1).

USTEC_X100 daily history

DateOpenHighLowCloseChange
11 Sept 202629,069.5029,169.2429,067.0029,134.75+0.22%
10 Sept 202629,464.1529,508.3929,045.6629,068.50-1.34%
09 Sept 202629,497.2529,630.7529,330.5129,463.90-0.11%
08 Sept 202629,577.7529,757.7429,418.2029,497.00-0.27%
07 Sept 202629,549.0029,673.7429,518.2629,577.50+0.10%
06 Sept 202629,536.7529,585.4929,532.0029,548.75+0.04%
04 Sept 202629,481.7529,675.9929,449.5029,510.00+0.10%
03 Sept 202629,178.5029,561.5029,053.0029,481.50+1.04%
02 Sept 202629,111.2529,190.4928,905.5529,178.25+0.23%
01 Sept 202629,474.0529,543.7928,976.2529,111.00-1.23%

USTEC_X100 API access

US Tech 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/USTEC_X100"
Python
import requests

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

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

More stocks instruments