Treynor Ratio Calculator
How to Calculate Treynor Ratio in Excel: Complete Guide
The Treynor Ratio (also called the reward-to-volatility ratio) is a performance metric that measures the excess return generated per unit of systematic risk (beta) in an investment portfolio. Unlike the Sharpe Ratio which uses total risk, the Treynor Ratio focuses specifically on market risk, making it particularly useful for evaluating how well a portfolio is compensated for the risks it cannot diversify away.
Key Components of Treynor Ratio
- Portfolio Return (Rp): The actual return of the portfolio over a given period
- Risk-Free Rate (Rf): Typically the yield on government bonds (10-year Treasury yield in the U.S.)
- Portfolio Beta (β): Measures the portfolio’s volatility relative to the market (S&P 500 beta = 1.0)
Treynor Ratio Formula
The formula for calculating the Treynor Ratio is:
Treynor Ratio = (Rp – Rf) / β
Step-by-Step Calculation in Excel
- Gather Your Data
- Portfolio returns (monthly/quarterly/annual)
- Risk-free rate (current Treasury yield)
- Portfolio beta (can be calculated or obtained from your broker)
- Set Up Your Excel Sheet
Create columns for:
- Date
- Portfolio Value
- Market Index Value (e.g., S&P 500)
- Portfolio Returns
- Market Returns
- Calculate Periodic Returns
Use the formula:
= (Current Value - Previous Value) / Previous ValueFor example, if your portfolio was worth $10,000 last month and $10,500 this month:
= (10500 – 10000) / 10000 = 0.05 or 5%
- Calculate Average Returns
Use Excel’s AVERAGE function:
=AVERAGE(portfolio_returns_range)
- Calculate Beta
Use the COVAR and VAR functions:
=COVAR(portfolio_returns_range, market_returns_range) / VAR(market_returns_range)
Or use the SLOPE function for a simpler approach:
=SLOPE(portfolio_returns_range, market_returns_range)
- Calculate Excess Return
Subtract the risk-free rate from your portfolio’s average return:
=average_portfolio_return – risk_free_rate
- Calculate Treynor Ratio
Divide the excess return by beta:
=excess_return / beta
Example Calculation in Excel
| Metric | Value | Excel Formula |
|---|---|---|
| Average Portfolio Return | 12.50% | =AVERAGE(B2:B13) |
| Risk-Free Rate | 2.10% | =0.021 |
| Excess Return | 10.40% | =B2-B3 |
| Portfolio Beta | 1.20 | =SLOPE(C2:C13,D2:D13) |
| Treynor Ratio | 8.67 | =B4/B5 |
Interpreting Treynor Ratio Results
| Treynor Ratio Value | Interpretation | Investment Quality |
|---|---|---|
| > 1.0 | Excellent risk-adjusted return | Superior performance |
| 0.5 – 1.0 | Good risk-adjusted return | Above average performance |
| 0 – 0.5 | Moderate risk-adjusted return | Average performance |
| < 0 | Poor risk-adjusted return | Below average performance |
Treynor Ratio vs. Sharpe Ratio
While both ratios measure risk-adjusted return, they differ in their approach:
- Treynor Ratio uses beta (systematic risk) in the denominator, focusing on market risk that cannot be diversified away
- Sharpe Ratio uses standard deviation (total risk) in the denominator, considering both systematic and unsystematic risk
| Feature | Treynor Ratio | Sharpe Ratio |
|---|---|---|
| Risk Measure | Beta (systematic risk) | Standard deviation (total risk) |
| Best For | Diversified portfolios | All portfolios (including undiversified) |
| Market Dependency | High (uses beta) | Low (uses total volatility) |
| Typical Use Case | Evaluating portfolio managers | Evaluating individual assets |
Limitations of Treynor Ratio
- Beta Dependency: The ratio relies heavily on beta, which may not always accurately represent risk, especially for non-linear assets
- Historical Data: Like all performance metrics, it uses past data which may not predict future performance
- Risk-Free Rate: The choice of risk-free rate can significantly impact the calculation
- Time Period Sensitivity: Results can vary dramatically based on the time period selected
Advanced Excel Techniques
For more sophisticated analysis:
- Rolling Treynor Ratio: Calculate the ratio over rolling windows (e.g., 12-month periods) to see how it changes over time
- Conditional Formatting: Use color scales to visually identify periods of high/low Treynor Ratios
- Data Tables: Create sensitivity tables to see how changes in beta or risk-free rate affect the ratio
- Macro Automation: Record a macro to automatically update calculations when new data is added
Real-World Applications
The Treynor Ratio is particularly valuable for:
- Portfolio Managers: Evaluating how well their diversification strategies are working
- Institutional Investors: Comparing different fund managers’ performance
- Financial Analysts: Assessing the efficiency of investment strategies
- Individual Investors: Comparing mutual funds or ETFs with similar investment objectives
Common Mistakes to Avoid
- Using Wrong Risk-Free Rate: Always use the rate that matches your return period (e.g., annual returns should use annual risk-free rate)
- Incorrect Beta Calculation: Ensure your beta calculation uses the same period as your returns
- Ignoring Time Periods: Annualize returns properly if comparing different time frames
- Overlooking Survivorship Bias: Be aware that published returns often exclude failed funds
- Mixing Return Types: Don’t mix arithmetic and geometric returns in your calculations
Academic Research on Treynor Ratio
The Treynor Ratio was developed by Jack L. Treynor in the 1960s as part of the development of modern portfolio theory. Several academic studies have examined its properties and applications:
Federal Reserve: Understanding the Treynor Ratio
Corporate Finance Institute: Treynor Ratio Guide
Investopedia: Treynor Ratio Definition and Calculation
Excel Template for Treynor Ratio
To create your own Treynor Ratio calculator in Excel:
- Download historical price data for your portfolio and a market index
- Calculate periodic returns for both
- Use the AVERAGE function for returns
- Calculate beta using the SLOPE function
- Input the current risk-free rate
- Apply the Treynor Ratio formula
- Add conditional formatting to highlight good/bad ratios
Alternative Calculation Methods
While Excel is the most common tool, you can also calculate the Treynor Ratio using:
- Google Sheets: Uses identical formulas to Excel
- Python: With libraries like pandas and numpy for financial calculations
- R: Using financial packages like PerformanceAnalytics
- Financial Calculators: Many advanced calculators have built-in Treynor Ratio functions
- Online Tools: Websites like Portfolio Visualizer offer Treynor Ratio calculations
Frequently Asked Questions
What is a good Treynor Ratio?
A Treynor Ratio above 1.0 is generally considered excellent, indicating the portfolio generates more return per unit of systematic risk than the market. Ratios between 0.5-1.0 are good, while ratios below 0.5 may indicate poor risk-adjusted performance.
How does the Treynor Ratio differ from the Sortino Ratio?
The Sortino Ratio is similar but only considers downside deviation (volatility below the target return) rather than beta. It’s particularly useful for evaluating strategies where upside volatility is desirable.
Can the Treynor Ratio be negative?
Yes, if the portfolio’s return is less than the risk-free rate (negative excess return) or if the beta is negative (which can happen with inverse funds).
How often should I calculate the Treynor Ratio?
Most professionals calculate it annually, but you can compute it for any period where you have complete return data. Quarterly calculations can help identify trends in risk-adjusted performance.
Is the Treynor Ratio better than the Sharpe Ratio?
Neither is universally better – they serve different purposes. The Treynor Ratio is better for evaluating diversified portfolios where unsystematic risk has been minimized, while the Sharpe Ratio is better for evaluating total risk.