Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 2.16 KB

OptionPrice.md

File metadata and controls

33 lines (22 loc) · 2.16 KB

OptionPrice

Properties

Name Type Description
date str 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 int The cumulative volume of this options contract that traded that day.  
volume_bid int The cumulative volume of this options contract that traded on the bid price that day.  
volume_ask int The cumulative volume of this options contract that traded on the ask price that day.  
trades int The number of trades executed that for this options contract on that day.  
open_interest int The total number of this options contract that are still open.  
open_interest_change int The change in the total number of this options contract that are still open from the previous day.  
next_day_open_interest int 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.