v1
latestOpenAPI 3.0.22026-07-24113565544.0 KBQuotes
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.
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
}