Returns all option prices for a given option contract identifier.
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | The Intrinio ID or code of the options contract to request prices for. | |
source | String | Realtime or 15-minute delayed contracts. | [optional] |
stock_price_source | String | Source for underlying price for calculating Greeks. | [optional] |
model | String | Model for calculating Greek values. Default is black_scholes. | [optional] |
show_extended_price | BOOLEAN | Whether to include open close high low type fields. | [optional] |
Name | Type | Description |
---|---|---|
price | OptionPriceRealtime | |
stats | OptionStatsRealtime | |
option | OptionRealtime | |
extended_price | OptionPriceRealtimeExtended |