Returns all option stats (greeks and implied volatility) as well as the underlying factors used to calculate them, for a particular option contract.
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] |
showExtendedPrice | bool? | Whether to include open close high low type fields. | [optional] |
Name | Type | Description |
---|---|---|
Stats | OptionStatsRealtime | |
Factors | OptionFactorsRealtime | |
Option | OptionRealtime |