QuotesResponseV3

  • invalidSecurities
    Type: array string[]

    Array of invalid securities

  • quotes
    Type: array object[] ยท QuoteResponseV3[]

    Array of valid quotes

    • askCount
      Type: integer | null Format: int32

      The number of sells at the current ask price.

    • askPrice
      Type: number | null Format: double

      The current ask price in cents.

    • askVolume
      Type: number | null Format: double

      Total volume at the current ask price.

    • bidCount
      Type: integer | null Format: int32

      The number of buys at the current bid price.

    • bidPrice
      Type: number | null Format: double

      The current bid price in cents.

    • bidVolume
      Type: number | null Format: double

      Total volume at the current bid price.

    • companyReportCode
      Type: string | null

      Company report code. Displays R if there is a report.

    • dataSource
      Type: string

      The data source for the security.

    • exchange
      Type: string

      The exchange where the security is listed.

    • highPrice
      Type: number | null Format: double

      Highest price in cents traded for the current day.

    • lastPrice
      Type: number | null Format: double

      Last price in cents.

    • lowPrice
      Type: number | null Format: double

      Lowest price in cents traded for the current day.

    • marketValue
      Type: number | null Format: double

      Value in cents traded during market hours.

    • marketVolume
      Type: number | null Format: double

      Volume traded during market hours.

    • marketVwap
      Type: number Format: double

      The market volume weighted average price in cents.

    • matchPrice
      Type: number | null Format: double

      Indicative match price in cents before market match occurs.

    • matchVolume
      Type: number | null Format: double

      Indicative match volume.

    • movement
      Type: number | null Format: double

      Current days movement in cents.

    • openPrice
      Type: number | null Format: double

      Opening price in cents.

    • previousClosePrice
      Type: number | null Format: double

      Previous day's close price in cents.

    • priceMultiplier
      Type: number | null Format: double

      Security price multiplier.

    • quotationBasisCode
      Type: string | null

      Basis of quotation code for the security.

    • securityCode
      Type: string

      Security code.

    • totalValue
      Type: number | null Format: double

      Total value in dollars traded for the current day.

    • totalVolume
      Type: number Format: double

      Total volume traded for the current day.

    • tradeCount
      Type: number | null Format: double

      The number of trades for the current day.

    • tradeDateTime
      Type: string | null Format: date-time

      Date and time of the last trade.

    • tradingStatus
      Type: string | null

      Trading status of the security.

    • updateDateTime
      Type: string | null Format: date-time

      Date and time of the last update.