Treynor Ratio¶
OVERVIEW¶
The Treynor ratio is a risk-adjusted performance metric that measures the excess return of an investment portfolio per unit of systematic risk. It calculates how much return an investor earns above the risk-free rate for every unit of market risk taken. Unlike total risk metrics, the Treynor ratio isolates systematic risk, assuming that portfolio-specific risk is diversified away.
Note
The Treynor ratio is best suited for evaluating well-diversified portfolios where unsystematic risk has been eliminated. It is not appropriate for assessing concentrated or single-stock positions.
FORMULA¶
The Treynor ratio is calculated using the following expression:
$$\text{Treynor Ratio} = \frac{R_p - R_f}{\beta_p}$$
| Variable | Definition |
|---|---|
| $R_p$ | Realized or expected return of the portfolio |
| $R_f$ | Risk-free rate (typically short-term Treasury bill yield) |
| $\beta_p$ | Portfolio beta — sensitivity to broad market movements |
Beta is derived from the covariance of the portfolio's returns with the market's returns, divided by the variance of the market's returns. If beta equals zero, the ratio approaches infinity, mathematically rewarding zero-market-risk strategies.
WORKED EXAMPLE¶
Assume a risk-free rate of 4% across both portfolios.
| Portfolio | Strategy | Return | Beta | Treynor Ratio |
|---|---|---|---|---|
| Portfolio A | High-beta tech stocks | 16% | 1.4 | 8.57% |
| Portfolio B | Low-beta consumer staples | 10% | 0.6 | 10.00% |
Portfolio A calculation: $(16\% - 4\%) \div 1.4 = 8.57\%$
Portfolio B calculation: $(10\% - 4\%) \div 0.6 = 10.00\%$
Tip
Despite Portfolio A generating higher absolute returns, Portfolio B delivers superior risk-adjusted performance relative to its market exposure. Higher absolute return does not imply a better Treynor ratio.
HOW TO USE¶
The Treynor ratio is applied in the following contexts on Tapeboard:
- Portfolio benchmarking — Compare diversified funds or ETFs against an index to confirm efficient excess return generation.
- Cross-portfolio comparison — Evaluate strategies with vastly different market exposures, such as a 130/30 long-short fund versus a standard 60/40 retirement allocation.
- Single-stock evaluation — Assess whether a holding such as AAPL justifies its market correlation relative to the S&P 500.
- Institutional performance review — Prove risk-adjusted efficiency to stakeholders when systematic risk is the primary concern.
Note
Use the Treynor ratio alongside the Sharpe ratio and Sortino ratio for a complete picture of portfolio risk-adjusted performance. Each metric captures a different dimension of risk.
LIMITATIONS¶
| Limitation | Detail |
|---|---|
| Beta is backward-looking | Assumes market conditions remain constant, which introduces model risk in changing regimes |
| Ignores idiosyncratic risk | A low-beta, poorly diversified portfolio can show an artificially high ratio |
| Negative ratio comparisons | When portfolio return falls below the risk-free rate, a lower beta makes the negative ratio worse, making comparisons counterintuitive |
| Single risk factor | Relies solely on beta and does not account for volatility, drawdown, or tail risk |
Tip
A negative Treynor ratio is not automatically a signal of poor performance. Interpret negative ratios with caution — mathematical comparisons between two negative values can be misleading without additional context.