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] [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] |
Name | Type | Description |
---|---|---|
price | OptionPriceRealtime | |
stats | OptionStatsRealtime | |
option | OptionRealtime | |
extendedPrice | OptionPriceRealtimeExtended |