For educational purposes only; not investment advice. Investing may result in loss.
Direct answer
Historical volatility (HV) usually means a backward-looking estimate built from a stated sample of returns. A common close-to-close version is the demeaned sample standard deviation of daily returns, multiplied by sqrt(252) to quote an annualized number. It is not direction, cumulative return, a loss quantile, or a forecast.
The label is not sufficient by itself. A reproducible figure must identify the security and data vintage, price or total-return adjustment, return definition, sampling clock, window, missing-data rule, demeaning and denominator, overlap, and annualization assumption. High-frequency realized variance is a different construction and should not silently be called the same statistic.
A reproducible workflow
- Lock the security identity, currency, source, as-of timestamp, exchange session and timezone. State whether the input is an unadjusted price, split-adjusted price, or dividend-reinvested total-return index; vendor fields named “adjusted close” are not universal.
- Preserve the raw data and a point-in-time corporate-action ledger. Validate splits, cash and special distributions, spin-offs, rights, ticker changes, listings, delistings, halts, duplicate rows and revisions instead of treating every large return as economic.
- Define the observation and return. Simple return is
R_t=P_t/P_(t-1)-1; log return isr_t=ln(P_t/P_(t-1)). Separate close-to-close, overnight, intraday, OHLC-range and high-frequency objects, and never fill a missing trading observation with a zero return without an explicit rule. - Lock the statistic. For
nreturns, a demeaned sample estimate usess^2=sum((r_t-r_bar)^2)/(n-1), a population description uses denominatorn, and a zero-mean second moment usessum(r_t^2)/n. A rolling20-return window requires21prices; overlapping windows are dependent. - Calculate and retain per-period variance before taking a square root. Keep returns in decimal units during computation, use unrounded observations, and report the effective count, window endpoints, outlier policy and uncertainty alongside the estimate.
- Annualize only under a declared clock and dependence assumption. The shortcut is
sigma_ann=sigma_period*sqrt(m). With autocovariancesgamma_k, the finite-horizon variance isVar_h=h*gamma_0+2*sum((h-k)*gamma_k,k=1,...,h-1); serial dependence can makesqrt(h)scaling wrong. - Validate rolling behavior and alternative estimators, then label the use. Compare close-to-close with appropriate range or high-frequency measures, version every transformation, and match horizon, endpoint and return object before comparing HV with future realized volatility or option-implied volatility.
Worked examples
- Estimator conventions: Closes
50,50.5,49.75,51.25,50.8,52give simple returns1.0000000000%,-1.4851485149%,3.0150753769%,-0.8780487805%,2.3622047244%. Their mean is0.8028165612%. Then-1daily sample standard deviation is1.9637180491%, or31.1730576182%with252-day scaling. The population-denominator result is27.8820303603%annualized, the zero-mean RMS result is30.6565695016%, and the log-return sample result is30.9503931412%. These are different declared statistics, not rounding variants. - Corporate-action adjustment: Raw closes
100,102,51,52around a2:1split imply returns2.0000000000%,-50.0000000000%,1.9607843137%and sample annualized volatility476.4082651082%. A split-adjusted series50,51,51,52instead gives2.0000000000%,0.0000000000%,1.9607843137%and18.1532626762%. Separately, a price drop from$100to$98is-2.0000000000%, but with a contemporaneous$2distribution the simplified total return is0.0000000000%; split adjustment and dividend reinvestment are distinct choices. - Dependence and annualization: Suppose daily standard deviation is
1.20%, lag-one correlation is0.30, and all higher autocovariances are zero. The5-day formula gives3.2643529221%, versus the IID shortcut2.6832815730%. At252days it gives24.0778736603%, versus19.0494094397%. Overlapping multi-day returns and rolling windows must not be counted as independent evidence. - Range estimators: For four no-overnight-gap OHLC rows
(100,103,98,102),(102,104,99,100),(100,101,95,96), and(96,99,94,98), a documented implementation gives close-to-close sample volatility49.5714227092%, Parkinson50.7624937587%, Garman-Klass53.5943705174%, and Rogers-Satchell52.5916416264%, all annualized with252. Parkinson relies on a continuous no-drift diffusion idealization; Garman-Klass, Rogers-Satchell and Yang-Zhang use different OHLC assumptions, and none is universally superior or immune to jumps and bad prints.
Risks and validation
- Identity risk: A ticker change, merger, share class or delisting can splice different securities.
- Vintage risk: Vendors may revise history or corporate actions after the original analysis date.
- Adjustment risk: Split-only, price-return and total-return series answer different questions.
- Distribution risk: Cash dividends, special distributions, spin-offs and rights require explicit treatment.
- Calendar risk: Exchange holidays and asset-specific sessions make a generic
252assumption approximate. - Timezone risk: Misaligned closes can create artificial cross-market or overnight returns.
- Missing-data risk: Filling a halt, stale close or absent row with zero suppresses measured variance.
- Duplicate-data risk: Duplicate or out-of-order timestamps distort returns and sample counts.
- Return-definition risk: Simple and log returns cannot be mixed inside one series or comparison.
- Denominator risk:
n-1,nand a zero-mean second moment estimate different objects. - Rounding risk: Computing from displayed rounded returns can move a small-sample result materially.
- Window risk: Count returns rather than prices and define whether endpoints are inclusive.
- Overlap risk: Rolling and multi-period observations share data and are not independent.
- Dependence risk: Autocorrelation invalidates mechanical square-root-of-time scaling.
- Regime risk: A long window dilutes a new regime; a short window is noisy.
- Outlier risk: One genuine jump or bad print can dominate the estimate.
- Microstructure risk: Bid-ask bounce, non-synchronous trades and thin markets contaminate high-frequency data.
- Estimator risk: Close-to-close, range and high-frequency estimators have different assumptions and targets.
- Comparison risk: HV and IV are mismatched when horizon, timestamp, underlying or return convention differs.
- Decision risk: A historical estimate is not an executable option value, forecast, hedge ratio or trading signal.
Common misconceptions
- “Annualized HV is the asset’s annual move.” It is a standardized dispersion estimate, not cumulative return or a guaranteed range.
- “Realized volatility always means this sample standard deviation.” High-frequency realized variance commonly sums intraday squared returns and is a distinct estimator.
- “Adjusted close has one correct definition.” Split-adjusted price and dividend-reinvested total return can differ materially.
- “More frequent or overlapping observations always add independent information.” Microstructure noise and shared returns can reduce effective information.
- “IV above trailing HV is automatically a short-volatility opportunity.” Different horizons, event risks, risk premia, execution costs and payoff convexity remain.
Related topics
Authoritative sources
- NIST Measures of Scale — sample spread estimators and denominator conventions; it does not prescribe financial annualization.
- SEC Stock Splits — split mechanics and economic continuity; it does not define a vendor’s adjusted-close or total-return methodology.
- Parkinson, The Extreme Value Method — the high-low estimator under maintained diffusion assumptions, not a universal OHLC or jump estimator.
- Garman and Klass, Historical Volatilities — an OHLC estimator and its model assumptions, not guaranteed superiority or overnight-gap coverage.
- Rogers and Satchell, Estimating Variance — a drift-independent range estimator; it does not by itself capture the opening jump.
- Yang and Zhang, Drift Independent Volatility Estimation — a multi-period OHLC framework including opening moves; constants and sample conventions still matter.
- Andersen et al., Modeling and Forecasting Realized Volatility — high-frequency realized-volatility construction and forecasting boundaries, not identity with daily sample HV.
- Lo and MacKinlay, Stock Market Prices Do Not Follow Random Walks — multi-horizon dependence evidence and variance-ratio cautions, not a fixed universal correction.