سوق فيوSouqViewAPI
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 AEE000301011.

A ticker is accepted as a convenience lookup and resolves to the same record.

Response

FieldTypeNotes
isinstringThe canonical key. Stable for the life of the issue.
nameobjecten and ar, both always present.
pricenumberIn AED, the currency of the listing.
changePctnumberAgainst the previous close, signed.
asOfstringISO 8601, UTC. The moment this price was stored, not the moment of the call.
metaobjectdelayMinutes, synthetic and an asOf of its own, which is when the response was built. Enough to label a price without parsing prose.
disclaimerstringOn 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.