Returns a list of the latest top of the order book size and premium (bid / ask), the latest trade size and premium as well as the greeks and implied volatility for all call/put contracts that match the strike and symbol specified.
Name | Type | Description | Notes |
---|---|---|---|
symbol | Character | The option symbol, corresponding to the underlying security. | |
strike | Numeric | The strike price of the option contract. This will return options contracts with strike price equal to this price. | |
source | Character | Realtime or delayed. | [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] |
include_related_symbols | Logical | Include related symbols that end in a 1 or 2 because of a corporate action. | [optional] |
Name | Type | Description |
---|---|---|
chain | List of OptionChainRealtime | A list of realtime options for the provided expiration date their respective option prices. |
chain_data_frame | Data Frame | Data frame representation of chain |