'Google sheets: How to get Implied volatility data for stock for given date range
Using the formula below, I am successfully able to find daily stock data for any ticker for a given date range. Is there some way to get (or calculate) the daily implied volatility for the this downloaded data?
GOOGLEFINANCE("GOOG", "open", "7/6/2020","10/6/2020" , "DAILY")']]
GOOGLEFINANCE("GOOG", "close", "7/6/2020","10/6/2020" , "DAILY")']]
GOOGLEFINANCE("GOOG", "high", "7/6/2020","10/6/2020" , "DAILY")']]
GOOGLEFINANCE("GOOG", "open", "7/6/2020","10/6/2020" , "low")']]
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
