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 | BigDecimal | 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] [enum: realtime, delayed] |
stockPriceSource | String | Source for underlying price for calculating Greeks. | [optional] [enum: iex, bats_delayed, intrinio_mx, intrinio_mx_plus, delayed_sip, utp_delayed, otc_delayed, cta_a_delayed, cta_b_delayed, nasdaq_basic] |
model | String | Model for calculating Greek values. Default is black_scholes. | [optional] [enum: black_scholes, bjerk] |
showExtendedPrice | Boolean | Whether to include open close high low type fields. | [optional] |
includeRelatedSymbols | Boolean | Include related symbols that end in a 1 or 2 because of a corporate action. | [optional] |
Name | Type | Description |
---|---|---|
chain | List | A list of realtime options for the provided expiration date their respective option prices. |