Skip to content

πŸ“ Sharpe Ratio

The Sharpe ratio is the most widely used risk-adjusted return metric. It measures how much excess return you receive per unit of total volatility.


πŸ”’ Formula

\[ S = \frac{R_p - R_f}{\sigma_p} \]

where:

  • \(R_p\) = portfolio return (annualized)
  • \(R_f\) = risk-free rate (e.g., Treasury bill rate)
  • \(\sigma_p\) = portfolio standard deviation (annualized)

πŸ’‘ Interpretation

Sharpe Ratio Quality
\(< 0\) Portfolio underperformed the risk-free rate
\(0 - 0.5\) Suboptimal risk-adjusted return
\(0.5 - 1.0\) Acceptable
\(1.0 - 2.0\) Good
\(> 2.0\) Excellent (rare for long periods)

Numerical example

Portfolio return: 12%, Risk-free rate: 3%, Volatility: 15%

\[S = \frac{0.12 - 0.03}{0.15} = 0.60\]

For every 1% of volatility, the portfolio earned 0.60% of excess return.


βš™οΈ Annualization

When computed from daily returns:

\[ S_{annual} = S_{daily} \times \sqrt{252} \]

where 252 is the typical number of trading days per year. This assumes returns are IID (independent and identically distributed) β€” an approximation that breaks down for autocorrelated returns.


⚠️ Limitations

πŸ“Š Symmetric Penalty

The Sharpe ratio penalizes upside volatility as much as downside volatility. An asset that frequently spikes upward (highly desirable!) will have a lower Sharpe ratio than one with the same return and less upside movement.

β†’ For asymmetric return distributions, prefer the Sortino Ratio.

πŸ“ˆ Sensitivity to Outliers

A few extreme returns can significantly distort the standard deviation, making the Sharpe ratio unstable for short time periods.

πŸ”„ Time-Period Dependency

The Sharpe ratio can vary dramatically depending on the lookback window. A strategy with an excellent 5-year Sharpe may have a poor 1-year Sharpe (or vice versa).


  • πŸ“Š Sortino Ratio β€” Downside-only variant
  • πŸ“Š Volatility β€” The denominator of the Sharpe ratio
  • πŸ“ˆ Returns β€” The numerator of the Sharpe ratio