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] |
show_extended_price | BOOLEAN | Whether to include open close high low type fields. | [optional] |
Name | Type | Description |
---|---|---|
stats | OptionStatsRealtime | |
factors | OptionFactorsRealtime | |
option | OptionRealtime |
Name | Type | Description |
---|---|---|
implied_volatility | Float | The implied volatility of the contract calculated using the Black-Scholes Model. |
delta | Float | Delta represents the rate of change between the option's price and a $1 change in the underlying asset's price. |
gamma | Float | Gamma represents the rate of change between an option's delta and the underlying asset's price. |
theta | Float | Theta represents the rate of change between the option price and time, or time sensitivity - sometimes known as an option's time decay. |
vega | Float | Vega represents the rate of change between an option's value and the underlying asset's implied volatility. |
underlying_price | Float | The most recent trade price of the underlying asset. |
Name | Type | Description |
---|---|---|
market_price | Float | The market price of the options contract |
underlying_price | Float | The market price of the underlying asset |
strike_price | Float | The strike price of the options contract |
days_to_expiration | Float | The number of days to expiration |
risk_free_interest_rate | Float | The current risk-free interest rate, as measured by the 3-month Treasury Bill rate |
dividend_yield | Float | The dividend yield of the underlying asset (if applicable) |
Name | Type | Description |
---|---|---|
code | String | The Intrinio Code for the Option. |
ticker | String | The ticker symbol of the Security for the Option. |
expiration | Date | The date on which the Option expires. The Option becomes invalid after this date and cannot be exercised. |
strike | Float | The strike price is the fixed price at which a derivative can be exercised, and refers to the price of the derivative's underlying asset. In a call option, the strike price is the price at which the option holder can purchase the underlying security. For a put option, the strike price is the price at which the option holder can sell the underlying security. |
type | String | The type of Option (put or call). |