I'm looking for an equation to calculate the historical volatility of a stock based on a close to close basis.
I know websites where I can find the actual volatility numbers.
But, what I want is the equation to calculate these. Does anyone have it or can you point me in the right direction?
Thanks,
Cash
I know websites where I can find the actual volatility numbers.
But, what I want is the equation to calculate these. Does anyone have it or can you point me in the right direction?
Thanks,
Cash
) it's simply the standard deviation of it : you can use STDEV in excel or for purist STDEVP (which just substract 1 day to the denominator of variance but if number of days is quite large above 100 it doesn't really make a practical diff), the formula of STDEV is no secret I think it's even in Excel Help file. Then multiplying by SQRT(250) days is strictly useless statistically speaking but it is the tradition in finance.