Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 2.21 KB

OptionPrice.md

File metadata and controls

29 lines (22 loc) · 2.21 KB

Intrinio.SDK.Model.OptionPrice

Properties

Name Type Description
Date string The date of the price, in the format YYYY-MM-DD  
Close decimal? The closing price of the options contract.  
CloseBid decimal? The closing bid price of the options contract.  
CloseAsk decimal? The closing ask price of the options contract.  
Volume int? The cumulative volume of this options contract that traded that day.  
VolumeBid int? The cumulative volume of this options contract that traded on the bid price that day.  
VolumeAsk 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.  
OpenInterest int? The total number of this options contract that are still open.  
OpenInterestChange int? The change in the total number of this options contract that are still open from the previous day.  
NextDayOpenInterest int? The total number of this options contract that are still open at the start of the next day.  
ImpliedVolatility decimal? 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.  
ImpliedVolatilityChange decimal? The change in implied volatility for that day.  
Delta decimal? 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.