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 | String | The option symbol, corresponding to the underlying security. | |
strike | Float | The strike price of the option contract. This will return options contracts with strike price equal to this price. | |
source | String | Realtime or delayed. | [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] |
include_related_symbols | BOOLEAN | Include related symbols that end in a 1 or 2 because of a corporate action. | [optional] |
Name | Type | Description |
---|---|---|
chain | Array | A list of realtime options for the provided expiration date their respective option prices. |