crypto · Crypto
LTCUSDT
LTC / USDT
66.33
▲ 5.69% today
Last 24 hours
Bid
66.33
Ask
66.34
Day High
66.55
Day Low
58.80
LTCUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 61.86 | 66.54 | 61.68 | 66.34 | +7.24% |
| 23 Sept 2026 | 62.98 | 64.64 | 58.89 | 61.85 | -1.79% |
| 22 Sept 2026 | 61.25 | 63.81 | 61.07 | 62.99 | +2.84% |
LTCUSDT API access
LTC / USDT 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/LTCUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/LTCUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/LTCUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for LTCUSDT
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", "LTCUSDT");Also available for LTCUSDT: daily candles, hourly candles · full API documentation
News about LTCUSDT
- BYBIT:LTCUSDT.P Chart Image by AlphaTradeZoneTradingView·1d ago
- LTCUSDT-PERP (Litecoin) Price Today: ₮54.31Pluang·1w ago
- MEXC 0-Fee Calculator: Calculate How Much Money You Saved on Futures TradingMEXC·13w ago
- 57.90 | LTCUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·97w ago
- Litecoin price today, LTC to USD live price, marketcap and chartCoinMarketCap·637w ago
- 61.93 Trade LTC/USDT Spot | Crypto, bStocks & tCommoditiesBinance·103w ago