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