Quotes

Please note that some fields are only present in an option quote. These fields are only relevant to options.

Resference

FieldDescription
symbolSecurity symbol
descriptionSecurity detailed name or description
exchExchange code of the security
typeType, one of: stock, option, etf, index, mutual_fund
lastLast price
changeChange (in dollars)
volumeCurrent days volume
openOpen price of the current session
highHigh price of the current session
lowLow price of the current session
closeClose price of the current session
bidBid price
askAsk price
underlyingUnderlying security of the option (if applicable)
strikeStrike price of the option (if applicable)
change_percentageChange (in percent)
average_volume90 day average volume of the security
last_volumeVolume of the last price
trade_dateMost recent trade date
prevclosePrevious close price
week_52_high52 week high price
week_52_low52 week low price
bidsizeSize of bid (in hundreds)
bidexchBid exchange code
bid_dateDate of bid price
asksizeSize of ask (in hundreds)
askexchAsk exchange code
ask_dateDate of ask price
open_interestOpen interest in option (if applicable)
contract_sizeSize of the option contract (typically 100)
expiration_dateExpiration date of option (if applicable)
expiration_typeExpiration type of option (if applicable)
option_typeType of the option, one of: put, call
root_symbolsComma-delimited list of option root symbols for an underlier
root_symbolRoot symbol of the option (if applicable)
greeks.deltaDelta
greeks.gammaGamma
greeks.thetaTheta
greeks.vegaVega
greeks.rhoRho
greeks.phiPhi
greeks.bid_ivBid implied volatility
greeks.mid_ivMid implied volatility
greeks.ask_ivAsk implied volatility
greeks.smv_volORATS final implied volatility
greeks.updated_atDate volatility data was last updated

Response

    "quote": [
      {
        "symbol": "NVDA",
        "description": "NVIDIA Corp",
        "exch": "Q",
        "type": "stock",
        "last": 175.23,
        "change": -2.59,
        "volume": 55438109,
        "open": 175.67,
        "high": 176.58,
        "low": 174.51,
        "close": null,
        "bid": 175.23,
        "ask": 175.24,
        "change_percentage": -1.46,
        "average_volume": 9573901,
        "last_volume": 100,
        "trade_date": 1757948508561,
        "prevclose": 177.82,
        "week_52_high": 184.48,
        "week_52_low": 86.62,
        "bidsize": 8,
        "bidexch": "Q",
        "bid_date": 1757948508000,
        "asksize": 5,
        "askexch": "P",
        "ask_date": 1757948508000,
        "root_symbols": "NVDA"
      },
      {
        "symbol": "NVDA250919C00175000",
        "description": "NVDA Sep 19 2025 $175.00 Call",
        "exch": "Z",
        "type": "option",
        "last": 2.87,
        "change": -1.78,
        "volume": 38156,
        "open": 3.25,
        "high": 3.7,
        "low": 2.58,
        "close": null,
        "bid": 2.86,
        "ask": 2.88,
        "underlying": "NVDA",
        "strike": 175.0,
        "greeks": {
          "delta": 0.5652816604132407,
          "gamma": 0.05728070476977678,
          "theta": -0.3341843583802417,
          "vega": 0.07455884071440669,
          "rho": 0.011592433738162022,
          "phi": -0.011991846484704638,
          "bid_iv": 0.354346,
          "mid_iv": 0.3577,
          "ask_iv": 0.361055,
          "smv_vol": 0.358,
          "updated_at": "2025-09-15 13:59:03"
        },
        "change_percentage": -38.28,
        "average_volume": 0,
        "last_volume": 3,
        "trade_date": 1757948483351,
        "prevclose": 4.65,
        "week_52_high": 0.0,
        "week_52_low": 0.0,
        "bidsize": 239,
        "bidexch": "W",
        "bid_date": 1757948508000,
        "asksize": 17,
        "askexch": "Z",
        "ask_date": 1757948508000,
        "open_interest": 76023,
        "contract_size": 100,
        "expiration_date": "2025-09-19",
        "expiration_type": "standard",
        "option_type": "call",
        "root_symbol": "NVDA"
      }
    ]
  }
}