Realized or Historical Volatility

Realized volatility measures the actual movement of an asset’s price over a specific period using historical data. It analyzes price changes over predetermined periods, often based on the change from one closing price to the next, though it can also consider intraday changes. This metric, also known as historical volatility (HV), typically spans from 10 to 180 trading days, depending on the specific needs of the analysis.

Unlike implied volatility, which is forward-looking, HV is backward-looking and crucial for understanding past market behaviors. An increase in HV indicates that a security’s price is moving more than usual, suggesting potential changes or events affecting the asset. Decrease in HV implies a return to normalcy, as uncertainties are perceived to have been resolved.

Realized volatility is calculated using historical price data. The most common method is to use daily returns:

Daily Returns

Calculate the log returns for each period (e.g., daily returns if using daily data) rt:

rt = ln ( Pt Pt1 )

where Pt is the price at time t.

Variance

Compute the variance of the returns over n periods:

σ2 = 1 n 1 t=1n(r t r¯)2

where r¯ is the mean of the log returns.

Annualize (optional)

To annualize the volatility, multiply the standard deviation by the square root of the number of periods in a year. For daily data:

σannual = σ2 × 252

where 252 is the approximate number of trading days in a year.