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

# Retrieve Quote (referential feed)

`GET /quotes`

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

## Query parameters

- `symbols` string, required
- `exchangeOverride` string
- `instrumentIDs` string, required
- `isins` string, required

## Headers

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

## Response `200`

Fetch referential quote details was Successful.

- union[]
  - union
    - EquityQuote
      - `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.
      - `lastTrade` number — The NBBO quote of the most recent trade.
      - `change` number — The percentage change in trade price relative to the previous days close.
      - `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.
      - `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.
      - `volume` number — The total trading volume of the security for the current day in quantity of shares.
      - `marketCondition` 'NORMAL' | 'TRADING_HALT' | 'UNKNOWN' — The trading status of the symbol.
      - `dataProvider` string — The exchange venue providing the quote.
    - unknown[]
      - unknown

---

[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)
