v1

latestOpenAPI 3.0.22026-07-24113565544.0 KB
Quotes

Retrieve Quote (consolidated feed)

Fetch the NBBO quote details for a specific security.

get/quotes/vdr

Query parameters

symbolsstring required

The ticker symbol of the associated instrument.

Headers

dw-customer-user-idstring

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

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

Response

Fetch NBBO quote details was Successful.

symbolstring nullable

The ticker symbol of the Instrument. Debt Instruments and Global Mutual Funds do not have symbols and are referred to buy their instrumentID or ISIN.

bidnumber

The current price buyers are prepared to pay for a security.

asknumber

The current price sellers are prepared to sell a security.

opennumber

Most recent opening price of the instrument.

highnumber

The highest price in the current trading day.

lownumber

The lowest price in the current trading day.

timeOffsetnumber
volumenumber

The total trading volume of the security for the current day in quantity of shares.

askSizenumber

The ask size is the number of shares investors are trying to sell at a given price for a particular security.

bidSizenumber

The bid size is the number of shares investors are trying to buy at a given price for a particular security.

changenumber

The percentage change in trade price relative to the previous days close.

lastTradeExchangestring

The last exchange the symbol was traded on.

bestBidExchangestring

The exchange that is offering the best bid for the current symbol.

bestAskExchangestring

The exchange that is offering best ask for the symbol.

lastTradenumber

The NBBO quote of the most recent trade.

lastTradeSizenumber

The quantity of shares of the last trade.

marketCondition'NORMAL' | 'TRADING_HALT' | 'UNKNOWN'

The trading status of the symbol.

tradeCountnumber

The number of trades placed for the symbol during the current trading day.

closenumber

The close price populated after market close, price updates overnight if a corporate action occurs.

priorClosenumber

The closing price of the current symbol for the prior trading day.

Example response

{
  "symbol": "MS",
  "bid": 86.12,
  "ask": 85.14,
  "open": 86.53,
  "high": 86.85,
  "low": 85.83,
  "volume": 2779731,
  "askSize": 3,
  "bidSize": 4,
  "change": -1.33,
  "lastTradeExchange": "DX",
  "bestBidExchange": "N",
  "bestAskExchange": "Q",
  "lastTrade": 86.47,
  "lastTradeSize": 2,
  "marketCondition": "NORMAL",
  "tradeCount": 29565,
  "priorClose": 86.86
}