Realtime quotes
Read the latest market state through a clean REST interface with consistent timestamps and symbols.
GET /v1/quotes/2222Realtime quotes, WebSocket streaming, intraday candles and five years of historical data through one simple API.
Full access for 14 days. No credit card required.
$ curl https://api.tasi-api.com/v1/quotes/2222 \
-H "Authorization: Bearer $TASI_API_KEY"
{
"symbol": "2222",
"timestamp": "2026-09-20T13:21:15.123+03:00",
"data": {
"last": 26.90,
"bid": 26.88,
"ask": 26.92,
"volume": 12345678
}
}
A focused data layer for building Saudi market dashboards, analytics, alerts and applications.
Read the latest market state through a clean REST interface with consistent timestamps and symbols.
GET /v1/quotes/2222Keep one connection open and subscribe to live quote updates for up to 20 symbols.
channel: "quotes"Query intraday and historical OHLCV across practical intervals without managing raw market archives.
interval=1m ... 1moEvery trial and paid subscription gets the complete product. Data availability is explicit so integrations can handle boundaries correctly.
Explore the API reference →All market timestamps are exposed with explicit timezone semantics. Historical responses report available ranges instead of silently truncating requests.
Try the exact product you will use in production.
No credit card required. API access stops after the trial unless you subscribe.
Get your API key and make your first request in minutes.