date |
String |
The date of the price, in the format YYYY-MM-DD |
close |
Float |
The closing price of the options contract. |
close_bid |
Float |
The closing bid price of the options contract. |
close_ask |
Float |
The closing ask price of the options contract. |
volume |
Integer |
The cumulative volume of this options contract that traded that day. |
volume_bid |
Integer |
The cumulative volume of this options contract that traded on the bid price that day. |
volume_ask |
Integer |
The cumulative volume of this options contract that traded on the ask price that day. |
trades |
Integer |
The number of trades executed that for this options contract on that day. |
open_interest |
Integer |
The total number of this options contract that are still open. |
open_interest_change |
Integer |
The change in the total number of this options contract that are still open from the previous day. |
next_day_open_interest |
Integer |
The total number of this options contract that are still open at the start of the next day. |
implied_volatility |
Float |
The estimated volatility of the Security's price. Volatility is a statistical measure of dispersion of returns for the Security. Standard deviation of a Security's returns and a market index is an example of a measurement of volatility. Implied volatility approximates the future value of an option, and the option's current value takes this into consideration. |
implied_volatility_change |
Float |
The change in implied volatility for that day. |
delta |
Float |
Delta measures the degree to which an options contract is exposed to shifts in the price of the underlying Security. Values of delta range from 0.0 to 1.0 for call options and -1.0 to 0.0 for put options. For example, if a put option has a delta of -0.50, if the price of the underlying Security increases by $1, the price of the put option will decrease by $0.50. |