Hi,
I have a question, why in function getOptionChain() is missing a column with implied volatility? For example:
(option_chain_AAPL <- getOptionChain("AAPL"))
# Strike Last Chg Bid Ask Vol OI
# AAPL180413C00135000 135.0 43.85 0.0000000 31.50 35.50 9 12
But when I have a look on web:
https://finance.yahoo.com/quote/AAPL/options?p=AAPL
I can see:
Contract Name | Last Trade Date | Strike | Last Price | Bid | Ask | Change | % Change | Volume | Open Interest | Implied Volatility
Is it possible to add this column too?
Update: I have added the column on my end v, but I think that others would be interested too.
Thank you.
Best regards,
Roman
Hi,
I have a question, why in function
getOptionChain()is missing a column with implied volatility? For example:But when I have a look on web:
https://finance.yahoo.com/quote/AAPL/options?p=AAPL
I can see:
Is it possible to add this column too?
Update: I have added the column on my end v, but I think that others would be interested too.
Thank you.
Best regards,
Roman