ReferenceQuote
Quote
The latest stored price for one company, with the volume and market cap alongside it. This is the endpoint an app calls on a stock screen.
GET/v1/quote/:isinSandbox and up
Path
isin | Required. The 12-character ISIN, for example A ticker is accepted as a convenience lookup and resolves to the same record. |
Response
| Field | Type | Notes |
|---|---|---|
isin | string | The canonical key. Stable for the life of the issue. |
name | object | en and ar, both always present. |
price | number | In AED, the currency of the listing. |
changePct | number | Against the previous close, signed. |
asOf | string | ISO 8601, UTC. The moment this price was stored, not the moment of the call. |
meta | object | delayMinutes, synthetic and an asOf of its own, which is when the response was built. Enough to label a price without parsing prose. |
disclaimer | string | On every response, worded for the plan in use. Show it wherever the figures are shown. |
Freshness
Prices refresh approximately every 60 seconds and are not tick-by-tick. Starter is delayed 15 minutes, Nasdaq Dubai is delayed 15 minutes on every plan, and Sandbox is synthetic. asOf is the honest answer to how old a price is.
Errors and limits
401The key is missing, malformed or revoked.
403The plan does not reach this endpoint. The body names the tier that does.
404No listed company carries that ISIN.
429The period quota is spent.
Retry-After carries the seconds until the reset, and the dashboard shows what used it.