Finance · Quick Answer
How do you calculate the Sharpe ratio?
Sharpe ratio = (Portfolio Return − Risk-Free Rate) / Portfolio Standard Deviation. It measures return per unit of risk. Above 1 is good, above 2 is very good, above 3 is exceptional.
The formula
Sharpe = (R_p − R_f) / σ_p
Where:
- R_p = portfolio return (annualized)
- R_f = risk-free rate (typically 3-month Treasury)
- σ_p = portfolio standard deviation (annualized)
Worked example
A portfolio returns 12% per year with 15% volatility. Risk-free rate is 4%.
Sharpe = (0.12 − 0.04) / 0.15 = 0.08 / 0.15 = 0.53
That's mediocre. The portfolio earned only 53 cents of excess return for every dollar of risk taken.
Interpretation
- Below 0: worse than risk-free assets (cash)
- 0, 1: sub-par, you weren't compensated for the risk
- 1, 2: good
- 2, 3: very good
- 3+: exceptional (and usually unsustainable)
Historical Sharpe ratios (annualized, long-term)
- S&P 500 index: ~0.4-0.5
- Global 60/40 portfolio: ~0.4
- Top-tier hedge funds: 0.8-1.5
- Renaissance Medallion Fund: reportedly ~2.5+
Why it matters
Sharpe ratio lets you compare portfolios with different risk profiles. A 15% return with 30% volatility is worse than a 10% return with 8% volatility, Sharpe makes this explicit.
Limitations
- Assumes returns are normally distributed (they aren't, fat tails matter)
- Penalizes upside volatility the same as downside
- Use Sortino ratio if you only care about downside risk
- Use Calmar ratio if you care about max drawdown
- Short periods give unstable Sharpe estimates, require 5+ years of data
Run the numbers
All calculators →Sharpe Ratio Calculator
Risk-adjusted return: excess return per unit of volatility.
Investment Return Calculator
Calculate the future value of an investment with regular contributions and compound growth.
ROI Calculator
Calculate Return on Investment (ROI) as a percentage to evaluate the profitability of any investment.
Related answers
All answers →How do you calculate ROI?
ROI = (Gain − Cost) / Cost × 100. For a $1,000 investment that returns $1,250, ROI = ($250/$1,000) × 100 = 25%. Annualized ROI adjusts for time: ((1 + total ROI…
What is net present value (NPV)?
NPV is the current value of future cash flows, discounted to today's dollars. NPV = Σ (Cash Flow_t / (1 + r)^t) − initial investment. Positive NPV means the inv…