Home

Risk Management · Portfolio Performance Metrics

Sharpe Ratio: Formula, Worked Examples, and What Counts as Good

Spot the edge. Swoop in.

A portfolio returning 16% with 18% volatility and a portfolio returning 16% with 10% volatility are not equally good. The Sharpe ratio is the standard way to tell them apart, by dividing excess return over the risk-free rate by the volatility taken on to earn it.

By Swoopr Editorial Team

Published · Updated

AI-assisted content · Swoopr is responsible for the final published article.

Direct Answer

The Sharpe ratio measures how much return a portfolio earned above the risk-free rate for each unit of volatility it took on, calculated as (portfolio return − risk-free rate) ÷ standard deviation of returns. A portfolio returning 16% annually with a risk-free rate of 4.5% and 18% annualized volatility has a Sharpe ratio of about 0.64; the same 16% return with only 10% volatility produces a Sharpe ratio of about 1.15 — proof that return alone hides how much risk was required to earn it.

The Sharpe ratio does not replace a full risk review on its own. It compresses return and volatility into a single comparable number, which makes it genuinely useful for ranking strategies against each other, but it says nothing about how deep a drawdown got, how fat the tails of the return distribution are, or whether two ratios were even measured over comparable periods. Those limitations are covered in detail further down this page, alongside the two metrics — Sortino and Calmar — built specifically to address them.

Key Takeaways

The Sharpe Ratio Formula

The Sharpe ratio, developed by economist William F. Sharpe, expresses risk-adjusted return as a single ratio of excess return to volatility.

Sharpe Ratio = (Rp − Rf) ÷ σp

The numerator, Rp − Rf, is called excess return: the portion of the portfolio's return that exceeds what could have been earned by holding a risk-free instrument instead. Dividing that excess return by volatility answers a specific question — how much return did each unit of risk actually buy — rather than simply reporting how large the return was in isolation.

Annualizing from Daily or Monthly Data

Return series are usually recorded daily or monthly, not annually, so a Sharpe ratio calculated directly from raw periodic figures needs to be rescaled before it means anything next to an annual benchmark. Return scales roughly linearly with time, but standard deviation scales with the square root of time (assuming returns are independent from one period to the next), so the ratio of the two — the Sharpe ratio itself — scales with the square root of the number of periods in a year.

Annualized Sharpe (from daily data)   = Daily Sharpe × √252
Annualized Sharpe (from monthly data) = Monthly Sharpe × √12

252 is the conventional count of trading days in a year; 12 is the number of months. A daily Sharpe ratio of 0.05, for instance, annualizes to roughly 0.05 × 15.87 ≈ 0.79 — a very different-looking number from the raw daily figure, even though it describes the same underlying performance. Skipping this step, or applying the wrong multiplier, is one of the most common errors in Sharpe ratio calculations and is covered again in the mistakes section below.

Practical checklist

Worked Example: Two Portfolios, Same Return, Different Risk

The clearest way to see why the Sharpe ratio matters is to hold the return constant and change only the volatility. Both examples below use the same portfolio return and the same risk-free rate; only the annualized standard deviation of returns differs.

Example 1: Moderate-Volatility Portfolio

Inputs

Step 1 — Subtract the risk-free rate from the portfolio return to get excess return:

0.16 − 0.045 = 0.115 (11.5% excess return)

Step 2 — Divide excess return by the annualized standard deviation:

Sharpe = (0.16 − 0.045) ÷ 0.18
Sharpe = 0.115 ÷ 0.18
Sharpe ≈ 0.64

A Sharpe ratio of roughly 0.64 sits in the "subpar" zone by the conventional rules of thumb covered in the next section, even though a 16% nominal annual return looks attractive taken on its own. That disconnect is exactly what the ratio is designed to expose: an 18% annualized standard deviation means this portfolio's returns swing widely enough that the 11.5% excess return earned for tolerating that swing looks unremarkable once risk is priced in.

Example 2: Same Return, Lower Volatility

Inputs

Step 1 — Excess return is unchanged:

0.16 − 0.045 = 0.115 (11.5% excess return)

Step 2 — Divide by the lower standard deviation:

Sharpe = (0.16 − 0.045) ÷ 0.10
Sharpe = 0.115 ÷ 0.10
Sharpe = 1.15

Nearly double the first portfolio's ratio, landing in the "good" range, despite delivering the identical 16% nominal return earned in Example 1. Return alone said nothing about which portfolio a rational investor should prefer, because both earned the same headline number — the difference only becomes visible once the volatility required to earn that return is priced into the comparison. The second portfolio delivered the same payoff while asking the investor to tolerate far smaller swings along the way.

InputExample 1Example 2
Portfolio return (Rp)16%16%
Risk-free rate (Rf)4.5%4.5%
Annualized standard deviation (σp)18%10%
Sharpe ratio≈ 0.641.15

Common mistake: comparing two strategies by return alone and concluding the higher-return one is "better," when a lower-volatility alternative delivering the same or even a slightly lower return can carry a meaningfully higher Sharpe ratio and a far smoother equity curve along the way.

What Counts as a "Good" Sharpe Ratio

Practitioners commonly use a rough banding system to interpret a Sharpe ratio at a glance.

Sharpe ratioCommon interpretation
Below 1.0Subpar — return does not clearly compensate for the volatility taken on
1.0 to 2.0Good — reasonable risk-adjusted performance
2.0 to 3.0Very good — strong risk-adjusted performance, uncommon over a full market cycle
Above 3.0Excellent — rare to sustain over a long live track record

These bands are a useful starting point, not a fixed standard. They come mostly from long-run observation of diversified, liquid equity portfolios and shift depending on asset class, strategy type, and market regime. A calm, low-volatility equity market can push average Sharpe ratios across the board higher simply because volatility compressed, not because manager skill improved; a volatile or crisis-adjacent regime does the opposite even to a well-run strategy. Crypto strategies in particular tend to run structurally lower Sharpe ratios than diversified equity portfolios, because the denominator — realized volatility — is typically far larger in crypto markets even during calm stretches, independent of whether the underlying strategy is well designed.

Practical checklist

Common mistake: applying the same "above 1 is good" threshold to a leveraged crypto strategy and a diversified stock index fund, then concluding the crypto strategy is objectively worse, when its lower Sharpe ratio may simply reflect the asset class's structurally higher baseline volatility rather than inferior risk-adjusted skill.

Limitations of the Sharpe Ratio

The Sharpe ratio is widely used precisely because it is simple, but that same simplicity produces three real, well-documented limitations.

It penalizes upside and downside volatility the same way

The denominator, standard deviation, measures dispersion around the average return in both directions without distinguishing which direction the dispersion came from. A strategy that occasionally posts large, welcome gains gets penalized by the same amount as a strategy that occasionally posts large, unwelcome losses, even though an investor generally wants more of the former and less of the latter. A strategy with an asymmetric, positively skewed return profile can therefore show a lower Sharpe ratio than its practical risk feels like it deserves. This is the Sharpe ratio's best-known flaw, and it is the specific problem the Sortino ratio exists to fix — by replacing total standard deviation in the denominator with downside deviation, which only counts volatility from returns falling below a chosen minimum acceptable return.

It assumes returns are roughly normally distributed

The Sharpe ratio's statistical interpretation — and comparisons between two Sharpe ratios — implicitly assumes portfolio returns are close to normally distributed: symmetric, with thin tails and no persistent skew. Many real strategies violate this assumption in a specific, dangerous direction. A strategy that sells options for premium, for example, can post a long run of small, steady, positive returns punctuated by rare but severe losses when the underlying moves sharply against the position — a negatively skewed, fat-tailed distribution that can still produce an attractive-looking Sharpe ratio right up until the tail event occurs. Highly leveraged crypto tokens carry a related but distinct problem: frequent large moves in both directions produce fat tails without necessarily skewing negative, which still understates true tail risk relative to what a normal-distribution assumption implies. In both cases, the Sharpe ratio's clean summary statistic can mask exactly the risk that matters most.

It is sensitive to the measurement period chosen

A Sharpe ratio calculated over one window can look meaningfully different from the same strategy's Sharpe ratio calculated over another. A strategy that trends steadily can show a strong annual Sharpe ratio built from twelve individually mediocre or noisy monthly figures, since annual compounding and lower-frequency sampling can smooth out month-to-month volatility that a monthly calculation captures in full. The reverse also happens: a strategy with a few very strong months and several flat ones can show a solid monthly Sharpe ratio that looks worse once compressed into a single annual figure dominated by those flat stretches. Neither figure is "wrong" — they are answering slightly different questions — but treating them as interchangeable, or reporting whichever period happens to look better, misrepresents the strategy.

Misconceptions Versus Reality

MisconceptionReality
A higher Sharpe ratio always means a better strategyA higher Sharpe ratio means better historical risk-adjusted return by this one measure; it should be read alongside drawdown depth and tail risk, not in isolation
The Sharpe ratio works the same way for every strategyIt breaks down for strategies with non-normal return distributions, including short options positions and highly leveraged tokens
The Sharpe ratio already accounts for drawdown riskIt does not measure drawdown at all — a strategy can have a strong Sharpe ratio and still carry a severe maximum drawdown, which is what the Calmar ratio is built to capture
A strong backtested Sharpe ratio will hold up in live tradingLive Sharpe ratios typically run lower than backtested figures once slippage, fees, and regime change beyond the backtest window are included
Sharpe ratios calculated over any two periods can be compared directlyOnly Sharpe ratios measured on the same time basis — both annualized, or both over comparably sized windows — are directly comparable
A negative Sharpe ratio means the portfolio lost moneyA negative Sharpe ratio only means the portfolio's return fell below the risk-free rate over that period; the portfolio can still show a small positive return

Common Mistakes When Calculating or Comparing the Sharpe Ratio

Sharpe Ratio in Context: Related Metrics

The Sharpe ratio is one of several risk-adjusted performance measures, each built to answer a slightly different question and to correct for a specific gap in the others.

None of these metrics replaces the others. A strategy worth allocating to typically needs a defensible Sharpe ratio, a Sortino ratio that isn't dramatically higher than its Sharpe ratio (a large gap signals lopsided, possibly fragile skew), a Calmar ratio that reflects a tolerable maximum drawdown, and a portfolio-level risk profile that hasn't quietly concentrated exposure while the performance numbers looked fine in isolation.

Risks, Limitations, and Exceptions

Practical Implementation Checklist

  1. Collect the portfolio's periodic returns (daily, monthly, or annual) over a defined, disclosed measurement window.
  2. Select a risk-free rate with a maturity and currency matching the measurement period.
  3. Calculate the average periodic excess return: periodic return minus the periodic risk-free rate.
  4. Calculate the standard deviation of the periodic returns over the same window.
  5. Divide average excess return by standard deviation to get the periodic Sharpe ratio.
  6. Annualize using √252 for daily data or √12 for monthly data before comparing to any other figure.
  7. Check the return distribution for skew and fat tails before trusting the ratio at face value.
  8. Calculate the Sortino and Calmar ratios alongside the Sharpe ratio, not as a replacement for it.
  9. Compare only against strategies in a similar asset class and, where possible, a similar market regime.
  10. Record the measurement window and risk-free rate used so the figure can be reproduced and checked later.

Tool Opportunity

A dedicated Swoopr portfolio performance tool should calculate the Sharpe, Sortino, and Calmar ratios directly from a connected account's historical return series, correctly annualized and benchmarked against a chosen risk-free rate.

Recommended inputs: a periodic return series (daily, monthly, or both), an account equity curve for drawdown calculation, a selectable risk-free-rate benchmark, and the measurement window to calculate over.

Expected outputs: annualized Sharpe ratio with the raw periodic figure shown alongside it, Sortino and Calmar ratios calculated from the same return series, a flag when the return distribution shows meaningful skew or fat tails, and a clear statement of the measurement window and risk-free rate used.

Validation requirements: reject mismatched period bases (for example, an annual risk-free rate applied to daily returns without conversion), flag an insufficient sample size for a statistically meaningful standard deviation, and never present the Sharpe ratio as a complete risk assessment without also surfacing drawdown and distribution-shape context.

Frequently Asked Questions

What is a good Sharpe ratio?

A Sharpe ratio below 1 is generally considered subpar, 1 to 2 is good, 2 to 3 is very good, and above 3 is excellent — but these thresholds are asset-class and regime dependent. A diversified equity portfolio and a crypto trading strategy should not be judged against the same bar, since crypto's structurally higher volatility tends to compress its Sharpe ratio even when absolute returns are strong.

How do you calculate the Sharpe ratio from daily returns?

Calculate the average daily excess return (daily return minus the daily risk-free rate), divide by the standard deviation of daily returns to get a daily Sharpe ratio, then multiply by the square root of 252 trading days to annualize it. The same approach applies to monthly data using the square root of 12 instead.

Why does the Sharpe ratio penalize upside volatility?

The Sharpe ratio's denominator is standard deviation, which measures dispersion around the average return in both directions. A strategy with occasional large gains gets the same volatility penalty as one with occasional large losses, even though investors generally welcome the former and want to avoid the latter. This is the ratio's best-known flaw.

What's the difference between the Sharpe ratio and the Sortino ratio?

The Sortino ratio uses the same numerator — excess return over the risk-free rate — but replaces total standard deviation with downside deviation, which only measures volatility from returns below a minimum acceptable threshold. A strategy with volatile but consistently positive returns can show a much higher Sortino ratio than Sharpe ratio, since only its downside moves count against it.

Can the Sharpe ratio be negative?

Yes. A negative Sharpe ratio means the portfolio's return over the period fell below the risk-free rate, so the investor would have earned more risk-free with none of the volatility. A negative Sharpe ratio does not need to mean the portfolio lost money outright — it only needs to have underperformed the risk-free benchmark.

Why do crypto strategies often have lower Sharpe ratios than stock portfolios?

Crypto assets carry structurally higher realized volatility than diversified equity portfolios, and that volatility is the denominator of the Sharpe ratio. A crypto strategy can post a strong nominal return and still show a modest Sharpe ratio purely because the standard deviation of its returns is so much larger, not because the strategy itself is worse than a lower-volatility equity approach.

Which Swoopr tool calculates the Sharpe ratio?

A portfolio performance tool that calculates Sharpe, Sortino, and Calmar ratios directly from a connected account's historical returns, correctly annualized and compared against a chosen risk-free benchmark, supports this analysis; check the tool section on this page and the linked Portfolio Performance Metrics hub for the current implementation.

Sources

Conclusion

The Sharpe ratio measures how much return a portfolio earned above the risk-free rate for each unit of volatility it took on, and the two worked examples above show exactly why that framing matters: an identical 16% return produced a subpar 0.64 ratio at 18% volatility and a good 1.15 ratio at 10% volatility. Read alongside the Sortino ratio, the Calmar ratio, and a full portfolio risk review — not as a standalone verdict — the Sharpe ratio is a genuinely useful first filter for comparing strategies on a risk-adjusted basis.

Use this page as part of the larger Swoopr learning architecture. Move to the parent hub when broader orientation is needed and to a supporting guide or tool when a specific calculation, comparison, or workflow is required.

Related Reading