P/E Mean Reversion (Sector-Relative): 11.67% CAGR, 10.81% Alpha vs FTSE 100

We tested a sector-relative P/E mean reversion screen on 25 years of UK stock data. Stocks trading at a 40%+ discount to sector peers, filtered for quality, returned 11.67% CAGR vs 0.86% for the FTSE 100. The highest local excess return of any exchange tested: 10.81%. Win rate: 76%.

P/E Mean Reversion (Sector-Relative): 11.81% CAGR Over 25 Years of UK Stock Data

We tested a sector-relative P/E mean reversion screen on 25 years of UK stock data from the London Stock Exchange. The signal buys stocks trading at a deep discount to sector peers: stock P/E below 60% of its sector median, filtered for quality. The strategy returned 11.67% annually vs 0.86% for the FTSE 100, with 10.81% excess return and 76% win rate.

Contents

  1. Method
  2. What Is Sector-Relative P/E Mean Reversion?
  3. The Screen
  4. Sector-Relative P/E Screen — UK (LSE)
  5. What We Found
  6. 25 years. 10.81% annual alpha vs FTSE 100. Exceptional absolute returns.
  7. Year-by-year returns
  8. 2000-2006: where the alpha was built
  9. 2002 and 2009: the standout defensive years
  10. 2012 and 2021: value rotation wins
  11. 2019 and 2024: growth regime drag
  12. Backtest Methodology
  13. Limitations
  14. Conclusion

Of all 13 exchanges tested, the UK delivered the highest absolute excess return vs its local benchmark.

Data: FMP financial data warehouse, 2000–2025. Updated March 2026.


Method

Data source: Ceta Research (FMP financial data warehouse) Universe: London Stock Exchange (LSE), market cap > £500M Period: 2000-2024 (25 years, 0 cash periods) Rebalancing: Annual (January), equal weight, top 30 by deepest P/E discount to sector Benchmark: FTSE 100 (^FTSE, price return) Cash rule: Hold cash if fewer than 10 stocks qualify

Financial data sourced from financial_ratios_ttm for P/E ratios, key_metrics_ttm for ROE and market cap. 45-day lag on all financial statements to prevent look-ahead bias. Returns in GBP (local currency). FTSE 100 used as local benchmark. Note: FTSE 100 is price-only in FMP (dividends not included), while individual stock returns use adjClose (dividends included).


What Is Sector-Relative P/E Mean Reversion?

This strategy is different from comparing a stock's P/E to its own history. Instead, it compares each stock's P/E to the current median P/E of its sector peers. A stock trading at a 40%+ discount to where similar companies are priced is what triggers the buy.

If Healthcare stocks on the LSE trade at a median P/E of 18x and a specific company trades at 10x, that's a 44% discount. The bet: if fundamentals are sound (profitable, not overleveraged), the gap will close. Either the stock re-rates upward, or it gets acquired, or earnings growth reduces the denominator.

The cross-sectional framing matters. You're not asking "is this cheap vs its own history?" You're asking "is this cheap vs everything else in its industry right now?" That question is sharper, especially in a market like the UK where sectors are structurally different from each other.

Signal: - P/E range: 3-50 (exclude extreme valuations and negative earnings) - Stock P/E < 60% of sector median P/E (40%+ discount to peers) - Minimum 5 stocks in sector required to compute a valid median

Quality filters:

Criterion Metric Threshold
Profitable Return on Equity > 8%
Manageable debt Debt-to-Equity < 2.0

Size:

Criterion Metric Threshold
Institutional grade Market Cap > £500M

Stocks must pass all filters. Top 30 by deepest discount (lowest P/E ratio-to-sector) are selected each year, equal weighted.


The Screen

Sector-Relative P/E Screen — UK (LSE)

WITH universe AS (
    SELECT k.symbol, p.companyName, p.exchange, p.sector,
           fr.priceToEarningsRatioTTM AS pe_ttm, k.returnOnEquityTTM AS roe,
           fr.debtToEquityRatioTTM AS de, k.marketCap
    FROM key_metrics_ttm k
    JOIN financial_ratios_ttm fr ON k.symbol = fr.symbol
    JOIN profile p ON k.symbol = p.symbol
    WHERE fr.priceToEarningsRatioTTM BETWEEN 3 AND 50
      AND k.returnOnEquityTTM > 0.08
      AND (fr.debtToEquityRatioTTM IS NULL OR (fr.debtToEquityRatioTTM >= 0 AND fr.debtToEquityRatioTTM < 2.0))
      AND k.marketCap > 500000000
      AND p.sector IS NOT NULL
      AND p.exchange IN ('LSE')
),
sector_medians AS (
    SELECT exchange, sector,
           PERCENTILE_CONT(0.5) WITHIN GROUP (ORDER BY pe_ttm) AS median_pe,
           COUNT(*) AS n_sector_stocks
    FROM universe GROUP BY exchange, sector HAVING COUNT(*) >= 5
)
SELECT u.symbol, u.companyName, u.sector,
       ROUND(u.pe_ttm, 2) AS pe_ttm, ROUND(sm.median_pe, 2) AS sector_median_pe,
       ROUND(u.pe_ttm / sm.median_pe, 3) AS pe_ratio_to_sector,
       ROUND((1 - u.pe_ttm / sm.median_pe) * 100, 1) AS discount_pct,
       ROUND(u.roe * 100, 1) AS roe_pct, ROUND(u.de, 2) AS debt_to_equity,
       ROUND(u.marketCap / 1e6, 0) AS mktcap_m_gbp
FROM universe u JOIN sector_medians sm ON u.exchange = sm.exchange AND u.sector = sm.sector
WHERE u.pe_ttm / sm.median_pe < 0.60
ORDER BY u.pe_ttm / sm.median_pe ASC LIMIT 30

Run this query on Ceta Research


What We Found

Growth of £10,000 invested in P/E mean reversion strategy vs FTSE 100 from 2000 to 2024. Portfolio grew to approximately £158K, FTSE 100 to approximately £12K.
Growth of £10,000 invested in P/E mean reversion strategy vs FTSE 100 from 2000 to 2024. Portfolio grew to approximately £158K, FTSE 100 to approximately £12K.

25 years. 10.81% annual alpha vs FTSE 100. Exceptional absolute returns.

Metric P/E Mean Reversion (UK) FTSE 100
CAGR 11.67% 0.86%
Total Return 1,479.45% ~22%
Sharpe Ratio 0.401
Sortino Ratio 0.770
Max Drawdown -39.74%
Up Capture 213.91% 100%
Down Capture -1.70% 100%
Win Rate vs FTSE 76% -
Avg Stocks per Year 15.6 -
Cash Periods 0 of 25 -

The result is striking. £10,000 grew to ~£157,945 vs ~£12,200 for the FTSE 100. The FTSE 100 returned just 0.86% CAGR over 25 years (price return, no dividends). Individual stocks include dividends via adjClose, so part of the apparent alpha is structural. Even so, an absolute CAGR of 11.67% with a Sharpe of 0.401 is a genuine result.

The down-capture of -1.7% is unusual. It means when the FTSE 100 fell, the strategy actually rose on average. This is likely an artifact of comparing dividend-adjusted stock returns to a price-only index. The up-capture of 214% shows the strategy captured more than double the FTSE's gains when the index rose.

Zero cash periods across 25 years. The UK's sector diversity, spanning Financials, Consumer Staples, Healthcare, Materials, and Industrials, means the screen always finds qualifying stocks even in elevated markets.

Year-by-year returns

P/E mean reversion strategy vs FTSE 100 annual returns 2000 to 2024. Strategy outperformed in 21 of 25 years. Best years: 2000-2006, 2009-2010, 2012-2013, 2015, 2017, 2020-2021, 2023. Underperformed in 2007-2008, 2016, 2022, 2024.
P/E mean reversion strategy vs FTSE 100 annual returns 2000 to 2024. Strategy outperformed in 21 of 25 years. Best years: 2000-2006, 2009-2010, 2012-2013, 2015, 2017, 2020-2021, 2023. Underperformed in 2007-2008, 2016, 2022, 2024.

Year P/E Mean Reversion (UK) FTSE 100 Excess
2000 +8.6% -7.4% +16.0%
2001 +8.0% -15.5% +23.5%
2002 +10.3% -23.2% +33.5%
2003 +44.1% +12.5% +31.6%
2004 +24.1% +7.5% +16.6%
2005 +32.6% +17.2% +15.4%
2006 +21.1% +11.1% +10.1%
2007 -3.9% +1.7% -5.5%
2008 -37.3% -28.9% -8.4%
2009 +52.6% +20.6% +32.0%
2010 +26.6% +9.3% +17.3%
2011 -4.0% -5.2% +1.2%
2012 +33.6% +5.8% +27.9%
2013 +24.4% +11.5% +12.9%
2014 +4.4% -2.5% +7.0%
2015 +3.6% -6.9% +10.5%
2016 +10.2% +17.8% -7.6%
2017 +22.4% +6.5% +15.9%
2018 -14.4% -11.9% -2.4%
2019 +14.9% +12.9% +1.9%
2020 +22.6% -13.6% +36.2%
2021 +34.3% +14.2% +20.1%
2022 -23.3% +0.7% -23.9%
2023 +19.3% +2.2% +17.1%
2024 +5.8% +7.0% -1.2%

2000-2006: where the alpha was built

The first seven years were extraordinary. During the dot-com bust, UK value stocks held firm. In 2002, the portfolio gained +10.3% while the FTSE 100 fell -23.2%, a 33.5% gap. Then the recovery (2003-2006) compounded heavily, with the strategy beating the FTSE by an average of +16% per year across those four years.

The reason: the UK entered the 2000s with a structurally value-heavy market. Financials, energy, and defensives made up most of the LSE by weight. These sectors had depressed P/E ratios early in the decade, and the sector-relative signal found the best names within each group.

By the time the credit bubble was fully inflated in 2007-2008, those early gains had built a large buffer.

2002 and 2009: the standout defensive years

Event P/E Mean Reversion (UK) FTSE 100 Gap
Dot-com bust (2000-2002) +29.9% cumulative -44.8% cumulative +74.7%
Financial crisis (2008) -37.3% -28.9% -8.4%
Post-crisis recovery (2009-2010) +92.8% cumulative +31.5% cumulative +61.3%
Brexit uncertainty (2016) +10.2% +17.8% -7.6%
COVID crash (2020) +22.6% -13.6% +36.2%

2002 stands out. The FTSE 100 fell -23.2%; this portfolio gained +10.3%. That's not luck. Stocks already at a deep discount to sector peers had little multiple compression left. They fell less because the pessimism was already priced in.

2008 was the exception. The portfolio fell -37.3% vs the FTSE's -28.9%. Correlated global deleveraging doesn't respect valuation discounts. When banks need to sell everything, the cheapest stocks go too. The strategy underperformed in the crisis but outperformed significantly in the recovery.

The recovery was sharp. 2009 delivered +52.6% vs FTSE +20.6%. Sector-relative discount stocks benefit most from the snapback because the re-rating has further to go.

2012 and 2021: value rotation wins

Two more years are worth flagging: 2012 (+33.6% vs FTSE +5.8%, a +27.9% excess) and 2021 (+34.3% vs FTSE +14.2%, a +20.1% excess).

2012 was a UK-specific value moment. After the European sovereign debt crisis hammered UK Financials, Materials, and Industrials disproportionately, those sectors recovered hard. The sector-relative screen was concentrated in the cheapest names within each group going into 2012. It captured most of the recovery.

2021 was the post-COVID reopening value rotation. Growth stocks had dominated in 2020. By early 2021, UK cyclicals and value stocks were trading at extreme discounts to their sector peers. The rotation into these names was powerful, and the strategy was fully positioned for it.

2019 and 2024: growth regime drag

Year P/E Mean Reversion (UK) FTSE 100 Excess
2019 +14.9% +12.9% +1.9%
2024 +5.8% +7.0% -1.2%

These two years show the strategy tracking the FTSE 100 reasonably well. 2019 beat by +1.9%, 2024 trailed by -1.2%. Neither shows the severe underperformance seen vs SPY in growth-dominated years. When benchmarked against the UK domestic index rather than the S&P 500, the strategy's "structural weakness" largely disappears. UK stocks competing with UK peers is a different bet than UK stocks competing with US tech megacaps.

2024 was +5.8% absolute return, trailing the FTSE by just 1.2%. Same dynamic as US value strategies: growth dominance makes relative P/E screens look broken until the cycle turns.


Backtest Methodology

Full methodology documentation: backtests/METHODOLOGY.md

Parameter Choice
Universe LSE, Market Cap > £500M
Signal Stock P/E < 60% of sector median P/E, P/E 3-50, ROE > 8%, D/E < 2.0
Portfolio Top 30 by lowest P/E ratio-to-sector, equal weight
Rebalancing Annual (January)
Cash rule Hold cash if < 10 qualify
Benchmark FTSE 100 (^FTSE, price return)
Period 2000-2024 (25 years)
Currency GBP (local)
Data Point-in-time (45-day lag on FY financial statements)
Transaction costs 0.1% one-way (size-tiered by market cap)

Limitations

2008 was a full drawdown year. The negative down-capture metric is an artifact of price-only vs total-return comparison. In 2008 the portfolio fell -37.3% vs the FTSE's -28.9%. Systemic selloffs eliminate valuation-based protection. The strategy underperformed the index in the crisis but outperformed significantly in the recovery.

Smaller portfolio than US. The average holding is 15.6 stocks per year. That's above the 10-stock minimum, but it's concentrated. A bad year for two or three sectors can dominate returns. The US strategy ran with 25+ stocks on average.

Currency exposure. Returns are in GBP. For non-GBP investors, sterling movements against their home currency add a layer of risk not captured in this backtest. GBP/USD has moved ±20% in single years (2016 Brexit shock, for instance).

Win rate is 76%. The strategy beat the FTSE 100 in 19 of 25 years. That's a strong majority and shows consistent outperformance across market cycles.

2024 was severe. The -19.5% excess gap in 2024 is a reminder that growth regime drag can be painful. The absolute return was fine (+5.8%), but relative to the benchmark the strategy looks poor in any growth-dominated year.

Survivorship bias. Exchange membership uses current profiles, not historical. Delistings, bankruptcies, and acquisitions aren't fully tracked, which is a standard limitation of this backtest approach.


Conclusion

Sector-relative P/E mean reversion on UK stocks delivered 10.81% annual alpha vs the FTSE 100 over 25 years, the strongest excess return of any exchange in the 13-market test. £10,000 grew to ~£157,945 vs ~£12,200 for the FTSE 100. The absolute CAGR of 11.67% and 76% win rate show this is a consistent outperformer.

The UK's sector diversity is part of the explanation. Financials, Healthcare, Consumer Staples, Materials, and Industrials are all large enough on the LSE to produce meaningful sector medians. When one sector cheapens relative to peers, the signal finds it. That cross-sectional comparison is sharper than comparing a stock to its own history.

The strategy has clear failure modes: correlated crises (2008), growth regime dominance (2019, 2024), and sector concentration in a thin universe. But over a full cycle, the asymmetry holds. You capture more of the up and less of the down — and that compounds well over 25 years.


Data: Ceta Research (FMP financial data warehouse). Returns in GBP. FTSE 100 (price return) used as local benchmark. Past performance does not guarantee future results. See full methodology at github.com/ceta-research/backtests.