option_dataset | R Documentation |
Example option quote dataset.
option_dataset
A data.table
with the following columns:
ticker (character
) - the underlying stock ticker symbol
t (datetime
) - the time of quotation
exp (date
) - the expiration date
price (numeric
) - the underlying stock price
option_quotes (data.table
) - a "nest" of option quotes.
Each cell in this column contains a data.table
with the following columns:
K (numeric
) - the strike price
c (numeric
) - the corresponding call price
p (numeric
) - the corresponding put price
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.