All articles
Risk Adjusted ReturnsSeptember 24, 202611 min read

Prove Risk Adjusted Returns With a Sharpe and Sortino Worked Example

Learn how to calculate and validate risk adjusted returns using clear formulas, a reproducible Sharpe and Sortino example, and practical backtesting checks.

!Isometric risk adjusted returns illustration

A risk-adjusted return expresses investment gain per unit of risk taken to earn it, not just the raw percentage on a statement. It matters because a 12% return from a portfolio that swings wildly is a different animal from a 12% return earned steadily, and comparing them head-to-head without adjustment is misleading. Several metrics exist, each built around a different definition of risk, and the right one depends on what you're actually worried about.


TL;DR:

  • The choice of risk-adjusted metric depends on your specific concern: use Sharpe for overall volatility, Sortino for downside risk, and Treynor or Jensen for market exposure.
  • Market anomalies like skewness, kurtosis, or low R-squared can distort these metrics, so triangulating with multiple measures and drawdown data is essential.
  • Accurate calculations require matching data frequencies and removing biases; combining return series with trade-level metrics helps verify the validity of ratios.
  • A Sharpe ratio above 1.0 is acceptable, but always review accompanying drawdowns and raw returns to confirm strategy stability.
  • Relying on a single risk-adjusted ratio is risky; pair ratios with other performance metrics and transparent backtesting to avoid misleading conclusions.

Table of Contents

Understanding Risk vs Return in Portfolio Evaluation

Every risk-adjusted metric starts with the same question: risk relative to what? Total risk captures all volatility, up and down moves alike, and shows up as standard deviation. Downside risk only counts the moves you don't want, typically measured as downside deviation below a target return. Systematic risk, or beta, measures sensitivity to broad market swings, stripping out risk specific to a single security.

The inputs feeding these formulas are consistent across the board:

  • Periodic returns for the asset or portfolio (daily, weekly, or monthly)
  • A risk-free rate, usually a short-term Treasury bill yield
  • Benchmark returns, when the metric compares performance to an index
  • A defined calculation period and return frequency, since both change the result materially

Risk-adjusted metrics earn their keep in three places: ranking funds that sit in the same category, judging whether a manager's outperformance reflects real skill or just extra risk, and stress-testing a trading strategy before capital goes into it. A strategy that looks brilliant on raw return alone often falls apart once you ask how much drawdown it took to get there.

Sharpe, Sortino, Treynor, Jensen, Information Ratio, and M2 Explained

Six metrics dominate practitioner-focused performance evaluation, and each answers a slightly different question about risk vs return.

  1. Sharpe ratio. The formula is (Rp − Rf) / σp, where Rp is portfolio return, Rf is the risk-free rate, and σp is the standard deviation of portfolio returns. It measures excess return per unit of total volatility, and a higher number means more return for each unit of risk absorbed. Use it as a default for cross-asset comparisons when you have no strong reason to favor downside risk specifically. A Sharpe above 1.0 is generally considered solid, and higher values indicate stronger performance, though thresholds shift by asset class.

  2. Sortino ratio. Swap total standard deviation for downside deviation, and swap the risk-free rate for a minimum acceptable return (MAR), and you get (Rp − MAR) / σd. This ratio only penalizes returns falling below your target, which makes it a better fit for strategies with asymmetric payoffs, like options-selling or trend-following systems that have long stretches of small gains punctuated by rare losses. The catch, as CFA Institute notes, is that downside deviation has multiple valid computation methods, and picking MAR arbitrarily can swing your result significantly.

  3. Treynor ratio. This one replaces standard deviation with beta: (Rp − Rf) / βp. It answers a narrower question than Sharpe: how much return did you earn per unit of market risk, ignoring risk specific to the security or strategy. Treynor only makes sense for diversified portfolios where idiosyncratic risk has already been washed out; apply it to a concentrated single-stock bet and the number is close to meaningless.

  4. Jensen's alpha. Alpha measures the return above what the Capital Asset Pricing Model predicts given a portfolio's beta: α = Rp − [Rf + βp(Rm − Rf)]. A positive alpha suggests genuine skill beyond what market exposure alone explains. Both Treynor and Jensen's alpha depend entirely on beta being estimated accurately, which is where R-squared comes in. Low R-squared means beta is unreliable, and neither metric should be trusted at that point.

  5. Information ratio. IR divides excess return over a benchmark by tracking error, the standard deviation of that excess return. CFA Institute case studies treat an IR around 0.50 as a decent threshold for sustained active management skill, with anything above 0.75 considered exceptional. It's the go-to metric for judging whether an active manager's edge over an index is consistent rather than lucky.

  6. M2 (Modigliani-Modigliani). M2 takes the Sharpe ratio and converts it into a percentage figure directly comparable to the benchmark's return, by leveraging or de-leveraging the portfolio to match benchmark volatility. It solves Sharpe's biggest communication problem: a Sharpe of 0.8 means nothing to a client, but "this portfolio would have returned 11.2% at the same risk as the S&P 500" lands instantly.

For annualizing, multiply average periodic return by the number of periods per year, and multiply standard deviation by the square root of that same number. Monthly data gets multiplied by 12 for return and by the square root of 12 for volatility. Mixing frequencies (annualized returns against monthly standard deviation) is one of the most common calculation errors in practice.

Worked Example: Calculating Sharpe and Sortino from the Same Data

  1. Gather the inputs. Say a strategy produced these six monthly returns: 2.1%, -1.4%, 3.0%, 0.8%, -2.2%, 1.9%. Assume an annual risk-free rate of 4%, or roughly 0.33% monthly, and a MAR of 0%.

  2. Compute excess returns. Subtract 0.33% from each monthly return to get the Sharpe inputs: 1.77%, -1.73%, 2.67%, 0.47%, -2.53%, 1.57%. The average excess return is about 0.37% per month.

  3. Find standard deviation and downside deviation. Standard deviation of the six raw returns comes out to roughly 2.05%. Downside deviation, using only the two negative months against a 0% MAR, works out to about 1.30%.

  4. Annualize and calculate. Annualized average return is 0.37% × 12 ≈ 4.4%, and annualized standard deviation is 2.05% × √12 ≈ 7.1%. That produces a Sharpe ratio near 0.62. Using downside deviation annualized to about 4.5%, the Sortino ratio lands near 0.98.

The gap between 0.62 and 0.98 tells you something real: most of this strategy's volatility comes from upside swings, not downside pain, so Sortino paints a friendlier picture than Sharpe. Clean your data before running these calculations. Strip out dividend timing mismatches, confirm the return frequency matches your annualization factor, and never blend daily and monthly figures in the same series.

Which Risk-Adjusted Metric Should You Actually Use?

Metric choice depends on what kind of risk actually threatens your objective, not on which formula looks most sophisticated.

  • Sharpe ratio works well for general cross-asset ranking, especially with strategies that have roughly symmetric return distributions, like broad index funds or balanced portfolios.
  • Sortino or another downside-focused measure fits better when capital preservation or hitting a minimum target return matters more than smoothing out upside variance, common in retirement portfolios or absolute-return funds.
  • Treynor and Jensen's alpha earn their place when you're evaluating a diversified portfolio and want to isolate skill from market exposure, but only after confirming beta is stable via a reasonable R-squared.
  • Information ratio is the right call for judging whether an active manager's outperformance versus a stated benchmark is persistent skill or a lucky stretch.

Pro Tip: Never report a single ratio in isolation. Pair Sharpe with Sortino, or Treynor with Jensen's alpha, and always publish the raw return series alongside them so anyone can recheck your math.

Where Risk-Adjusted Metrics Break Down

These formulas assume return distributions behave normally, and real markets rarely cooperate. Skewness and kurtosis, the lopsidedness and fat tails in actual return data, quietly distort variance-based metrics like Sharpe and Sortino.

  • Serial correlation and stale pricing (common in illiquid assets like real estate funds) artificially smooth volatility and inflate Sharpe and Sortino; adjustments like Newey-West corrections address this.
  • A mismatched benchmark or low R-squared makes beta-based measures like Treynor and Jensen's alpha unreliable, since beta itself becomes noise.
  • Shortening or cherry-picking the measurement period can flatter almost any metric, which is why CFA Institute's guidance warns against relying on Sharpe or the information ratio in isolation.
  • The fix is triangulation: run several metrics together, show drawdown tables, and test sensitivity across different time windows before trusting any single number.

Why Transparent Backtesting Backs Up Risk-Adjusted Claims

A Sharpe or Sortino ratio is only as trustworthy as the return series behind it, and that's where most published trading strategies fall apart. Backtestify verifies strategies against real historical fills and reports win rate, profit factor, and max drawdown alongside the ratios themselves, so a strong Sharpe number doesn't hide a strategy that blew through 40% drawdown to get there.

  • Cross-check any risk-adjusted figure against trade-level metrics like win rate and profit factor to catch overfitting early.
  • Read Why Most Backtests Lie before trusting a strategy's published Sharpe ratio, since look-ahead bias and unrealistic fills routinely inflate results.
  • Ask for the raw return series and calculation steps behind any claimed ratio. If a source doesn't share them, treat the number as unverified.

Report More Than One Number

Publish at least two complementary ratios alongside the raw return series, never a single headline figure. State your measurement period, return frequency, and benchmark explicitly, and put drawdown numbers next to your Sharpe or Sortino, not buried in an appendix. Automate these checks so they refresh on a schedule instead of getting recalculated once and forgotten.

— WAJDI

Sources

If you want to run these calculations against your own strategy instead of a hypothetical dataset, Backtestify's step-by-step backtesting guide walks through pulling real historical data and generating the return series these formulas need. The Pro plan runs $29 per month or $190 per year and unlocks unlimited backtesting, strategy improvement, and forecasting, while the free tier lets you test the workflow before committing.

FAQ

What Is a Good Sharpe Ratio?

A Sharpe ratio above 1.0 is generally considered acceptable, with higher ratios indicating stronger risk-adjusted returns, though thresholds vary by asset class and strategy type. Always compare Sharpe ratios within the same category, since a hedge fund and a bond index fund aren't playing by the same volatility rules.

When Should I Use Sortino Instead of Sharpe?

Use the Sortino ratio when you care specifically about downside risk rather than total volatility, such as evaluating retirement portfolios or strategies with asymmetric payoffs. The Sortino ratio ignores upside variance entirely, which gives a friendlier read on strategies with occasional large gains.

What's the Difference Between Treynor Ratio and Sharpe Ratio?

The Treynor ratio divides excess return by beta (systematic risk), while the Sharpe ratio divides it by standard deviation (total risk). Treynor only makes sense for diversified portfolios where idiosyncratic risk has already been diversified away.

Can I Trust a High Sharpe Ratio on Its Own?

No single ratio should stand alone, since non-normal returns, serial correlation, and short measurement periods can all inflate a Sharpe ratio artificially. Pair it with drawdown data, a second ratio like Sortino, and the raw return series before drawing conclusions.

How Does the Information Ratio Differ from Sharpe?

The information ratio measures excess return over a specific benchmark divided by tracking error, while Sharpe measures excess return over the risk-free rate divided by total volatility. An information ratio around 0.50 is often viewed as a reasonable threshold for consistent active management skill.

Recommended

Read next

Data Snooping Bias for Traders: Reality Check, SPA, and Tools

Continue

Want these checks applied to your own rules automatically?

Run a backtest