---
title: "Retrieve Quote (consolidated feed)"
method: GET
path: "/quotes/vdr"
tags: ["Quotes"]
---

# Retrieve Quote (consolidated feed)

`GET /quotes/vdr`

Fetch the NBBO quote details for a specific security.

## Query parameters

- `symbols` string, required

## Headers

- `dw-customer-user-id` string — The unique identifier of the user, who is requesting the quote.

## Response `200`

Fetch NBBO quote details was Successful.

- NBBO
  - `symbol` string, 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`.
  - `bid` number — The current price buyers are prepared to pay for a security.
  - `ask` number — The current price sellers are prepared to sell a security.
  - `open` number — Most recent opening price of the instrument.
  - `high` number — The highest price in the current trading day.
  - `low` number — The lowest price in the current trading day.
  - `timeOffset` number
  - `volume` number — The total trading volume of the security for the current day in quantity of shares.
  - `askSize` number — The ask size is the number of shares investors are trying to sell at a given price for a particular security.
  - `bidSize` number — The bid size is the number of shares investors are trying to buy at a given price for a particular security.
  - `change` number — The percentage change in trade price relative to the previous days close.
  - `lastTradeExchange` string — The last exchange the symbol was traded on.
  - `bestBidExchange` string — The exchange that is offering the best bid for the current symbol.
  - `bestAskExchange` string — The exchange that is offering best ask for the symbol.
  - `lastTrade` number — The NBBO quote of the most recent trade.
  - `lastTradeSize` number — The quantity of shares of the last trade.
  - `marketCondition` 'NORMAL' | 'TRADING_HALT' | 'UNKNOWN' — The trading status of the symbol.
  - `tradeCount` number — The number of trades placed for the symbol during the current trading day.
  - `close` number — The close price populated after market close, price updates overnight if a corporate action occurs.
  - `priorClose` number — The closing price of the current symbol for the prior trading day.

---

[API](https://skmtc.net/drivewealth/apis/authentication-apis.md) · [All operations](https://skmtc.net/drivewealth/apis/authentication-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drivewealth/authentication-apis/revisions/9fced6d0ac41/schema)
