TimeSeriesResponseV2

  • adjustmentFactor
    Type: number Format: double

    Capital adjustment factor.

  • closePrice
    Type: number Format: double

    Closing price for the time period.

  • highPrice
    Type: number | null Format: double

    Highest price for the time period.

  • lowPrice
    Type: number | null Format: double

    Lowest price for the time period.

  • marketVwap
    Type: number Format: double

    The market volume weighted average price in cents.

  • openPrice
    Type: number | null Format: double

    Opening price for the time period.

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

    The date of the time series.

  • totalValue
    Type: number | null Format: double

    Total value in cents traded for the time period.

  • totalVolume
    Type: number | null Format: double

    Total volume traded for the time period.

  • tradeCount
    Type: integer | null Format: int32

    Number of trades for the time period.