Skip to main content

ConsolidatedInstrumentQuote

A consolidated (NBBO) quote for an instrument. Includes buy and sell information.

type ConsolidatedInstrumentQuote {
ask: InstrumentQuote!
bid: InstrumentQuote!
}

Fields

ConsolidatedInstrumentQuote.ask ● InstrumentQuote! non-null object

Information about the highest unfulfilled ask order on the market. Used when buying an instrument.

ConsolidatedInstrumentQuote.bid ● InstrumentQuote! non-null object

Information about the lowest unfulfilled bid order on the market. Used when selling an instrument.

Returned by

consolidatedInstrumentQuote query