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")']]