Returns a list of latest price data for up to 250 option contracts per request.
Name | Type | Description | Notes |
---|---|---|---|
body | OptionContractsList | The contract symbols for which to return options prices for. | |
source | str | Realtime or 15-minute delayed contracts. | [optional] |
show_stats | bool | Whether to include Greek calculations or not. | [optional] |
stock_price_source | str | Source for underlying price for calculating Greeks. | [optional] |
model | str | Model for calculating Greek values. Default is black_scholes. | [optional] |
show_extended_price | bool | Whether to include open close high low type fields. | [optional] |
Name | Type | Description |
---|---|---|
contracts | list[OptionPriceBatchRealtime] |