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] |
stockPriceSource | string | Source for underlying price for calculating Greeks. | [optional] |
model | string | Model for calculating Greek values. Default is black_scholes. | [optional] |
showExtendedPrice | bool? | Whether to include open close high low type fields. | [optional] |
Name | Type | Description |
---|---|---|
Price | OptionPriceRealtime | |
Stats | OptionStatsRealtime | |
Option | OptionRealtime | |
ExtendedPrice | OptionPriceRealtimeExtended |