v1

latestOpenAPI 3.0.22026-07-24113565544.0 KB
Quotes

Retrieve Quote (referential feed)

Fetch the realtime or 15 minute delayed Referential quote details for a specific security.

get/quotes

Query parameters

symbolsstring required

The ticker symbol of the associated instrument. Multiple ticker symbols separated by a comma may also be used.

exchangeOverridestring

The quote details will be 15 minutes delayed.

instrumentIDsstring required

The id of an instrument. Multiple instrumentIDs separated by a comma may also be used.

isinsstring required

The unique identifier of the instrument. Multiple instrumentIDs separated by a comma may also be used.

Headers

dw-customer-user-idstring

The unique identifier of the user, who is requesting the quote.

Example:66304da9-3h6f-2234-935f-ac6b7933d706

Response

Fetch referential quote details was Successful.

Example response

[
  {
    "symbol": "MS",
    "bid": 86.12,
    "ask": 85.14,
    "lastTrade": 86.47,
    "change": -1.33,
    "open": 86.53,
    "high": 86.85,
    "low": 85.83,
    "priorClose": 86.86,
    "volume": 2779731,
    "marketCondition": "NORMAL",
    "dataProvider": "NYSE"
  }
]