Quant Memo
Core

Annualising the Sharpe Ratio

Converting a daily or monthly Sharpe ratio into an annual figure means multiplying by the square root of the number of periods in a year, not by the number of periods itself — a shortcut that only holds up if returns are uncorrelated period to period.

Prerequisites: The Standard Error of the Sharpe Ratio

A backtest reports a daily Sharpe ratio of 0.05. That number alone means almost nothing to a portfolio manager, who thinks in years, not days. Converting it isn't as simple as scaling up a return figure, because a Sharpe ratio is a ratio of two things that scale differently over time — and mixing that up is one of the most common ways a strategy's real edge gets misquoted.

Why the square root, not the number itself

SRannual=SRperiod×N.\text{SR}_{\text{annual}} = \text{SR}_{\text{period}} \times \sqrt{N} .

In words: NN is the number of periods in a year — 252 for daily returns, 12 for monthly. A return's mean scales linearly with time (twelve months of return simply add up), but its standard deviation scales with the square root of time, because independent risks partially cancel rather than stack directly. Since the Sharpe ratio is mean divided by standard deviation, the linear numerator and the square-root denominator combine so the whole ratio scales by N\sqrt{N} — not NN.

Function explorer
-224.4
x = 1.00f(x) = 1.000

Set the exponent to 0.50.5 and this is exactly the curve annualization follows: Sharpe grows with the square root of the holding period, flattening out as NN gets large, never in a straight line.

Worked example 1 — daily to annual

A strategy's daily Sharpe ratio is 0.05. With 252 trading days in a year, N=252N = 252 and 25215.87\sqrt{252} \approx 15.87. The annualized Sharpe is 0.05×15.870.790.05 \times 15.87 \approx 0.79 — a solid, believable figure. Multiplying by 252 directly instead of 252\sqrt{252} would have produced a Sharpe of 12.6, an obviously absurd number that no real strategy sustains, and a dead giveaway that whoever produced it annualized the return correctly but forgot volatility scales differently.

Worked example 2 — monthly to annual, and the naive mistake

A monthly-rebalanced fund reports a monthly Sharpe of 0.15. With N=12N = 12, 123.46\sqrt{12} \approx 3.46, giving an annual Sharpe of 0.15×3.460.520.15 \times 3.46 \approx 0.52. A marketing deck that instead multiplies by 12 outright reports a Sharpe of 1.80 — more than three times too high, and exactly the kind of error that makes an unremarkable strategy look like a rare find.

What this means in practice

The N\sqrt{N} rule assumes returns are independent and identically distributed period to period — no autocorrelation. Strategies that trade illiquid assets, or that smooth their own reported returns (common in some hedge fund reporting), tend to show positive serial correlation, which inflates the naive N\sqrt{N}-annualized Sharpe above its true value; Lo's adjustment corrects for this by discounting the scaling factor based on how correlated consecutive returns actually are.

The N\sqrt{N} shortcut is not free of assumptions just because it's the standard convention — it silently assumes no autocorrelation. A strategy with a smoothly rising equity curve and low reported daily volatility can have an annualized Sharpe that looks excellent purely because its returns are serially correlated (stale marks, infrequent repricing), not because the underlying strategy is actually that good.

Annualizing a Sharpe ratio means multiplying by N\sqrt{N}, not NN, because mean return scales linearly with time while volatility only scales with its square root — and the whole shortcut depends on returns not being correlated from one period to the next.

Related concepts

Practice in interviews

Further reading

  • Lo, The Statistics of Sharpe Ratios (2002)
ShareTwitterLinkedIn