BLOG

Behind the numbers.

Code examples, market analysis, and data quality deep-dives.

Are Power Stocks Becoming an AI Infrastructure Trade? Momentum Screening in Python
Which AI Chip Stocks Have Margin Momentum? Profitability Trend Analysis in Python
Which AI Stocks Are Cheapest Relative to Growth? Growth-Adjusted Valuation in Python
Does AI Stock Leadership Persist? Momentum Backtest in Python
Which AI Stocks Have the Cleanest Balance Sheets? Net Cash Screening in Python
Can Risk Parity Reduce Mega-Cap Drawdowns? Portfolio Optimization in Python
Which Growth Stocks Are Self-Funding? Cash-Flow Quality Screening in Python
Which Sectors Struggle When the Dollar Rallies? Sector Rotation Analysis in Python
Do Cheap Stocks Hold Up When Bonds Sell Off? Valuation Rotation in Python
Does the Nasdaq 100 Have Better Growth Quality Than the Dow? Index Constituent Analysis in Python
Do Healthcare Cash-Flow Margins Predict Returns? Signal Evaluation in Python
Which Dividend Stocks Survive a Cash-Flow Stress Test? Dividend Screening in Python
Does Heavy Insider Selling Predict Weak Returns? Insider Flow Test in Python
Can Quality Screens Reduce Small-Cap Balance-Sheet Risk? Russell 2000 Test in Python
Which Retailers Have Positive Operating Leverage? Margin Screening in Python
Is MSTR a Leveraged Bitcoin Proxy? Rolling Beta Analysis in Python
Is Micron's Memory Cycle Recovering? Inventory and Margin Forecasting in Python
Which Sectors Work When Bonds Rally? Rate-Sensitive Rotation in Python
Do One-Month Price Extremes Reverse? Signal Evaluation in Python
Do Low-Volatility S&P 500 Stocks Reduce Drawdowns? Factor Test in Python
Is AI Capex Paying Back Fast Enough? Revenue Hurdle Forecasting in Python
Could Shorter AI Asset Lives Hit Earnings? Depreciation Stress Test in Python
How Much AI Capex Risk Can a Portfolio Remove? Constrained Optimization in Python
Is the AI Capex Trade Crowded? Rolling Volatility and Sector Rotation in Python
Did the AI Boom Come From Existing S&P 500 Members? Point-in-Time Momentum Test in Python
Is AI Revenue Circular? Customer-Vendor Capex Loop Analysis in Python
Is the AI Trade Connected to Private Credit? Rolling Correlation Network in Python
Is Apollo More Balance-Sheet Sensitive Than Peers? Leverage Screen in Python
Are AI Earnings Supported by Cash Flow? Accrual and Capex Screen in Python
Can Defensive Stocks Hedge AI Drawdowns? Basket Regime Test in Python
How Fast Does the Market Price In Fed Decisions? FOMC Event Study in Python
How Much Are Options Sellers Overpaid? The Variance Risk Premium in Python
Which Companies Have the Worst Earnings Quality? Sloan Accrual Screen with Geographic Revenue Data in Python
Does the Oil-to-Gold Ratio Signal Recessions? XLE/GLD Backtest in Python
Is AI Spending Crowding Out Free Cash Flow? Capex Sustainability Across the Mag 7 in Python
Does a Long Energy / Short Bonds Portfolio Capture Inflation Surprises? Factor Construction in Python
Can a Hidden Markov Model Detect Oil Market Regimes? HMM Analysis in Python
Do Grain Prices Predict Food Inflation? Granger Causality Test in Python
Does the Corporate Credit Spread Predict Stock Market Crashes? BAA-AAA Spread Analysis in Python
Do Oil Stocks Hedge Inflation? Rolling Beta Analysis in Python
Which Stocks Are Most Rate-Sensitive? Equity Duration via Bond Beta in Python
Which Companies Have the Highest Accrual Ratios? Earnings Quality Screening in Python
Is Alpha Persistent or Decaying? Rolling Sharpe Ratio Analysis in Python
Are Markets Trending or Mean-Reverting? Hurst Exponent Analysis in Python
Is Consumer Discretionary vs Staples a Leading Indicator? XLY/XLP Ratio Analysis in Python
Does Heavy Capex Predict Future Stock Returns? Capital Expenditure Analysis in Python
How to Estimate Cost of Equity Using CAPM in Python
Is Volatility Predictable? Testing for Volatility Clustering in Python
Which Industrials Are Overleveraged? Net Debt to EBITDA Screening in Python
GM Before and After Bankruptcy: Why Entity Resolution Matters for Financial Data
What Is Adjusted Beta? Merrill Lynch Beta Shrinkage in Python
How Good Is a Stock Pick? Information Ratio and Tracking Error in Python
Do Stock Returns Follow a Normal Distribution? Testing for Fat Tails in Python
Which Large Caps Have the Highest Free Cash Flow Yield? FCF Screening in Python
Which Sectors Won Over 5 Years? Sector Rotation Analysis in Python
How to Forecast Stock Volatility with GARCH Models in Python
Are Stock Prices Mean-Reverting? Augmented Dickey-Fuller Test in Python
How to Calculate CAPM Alpha and Beta with Regression in Python
How to Compare Sector Sharpe Ratios and Sortino Ratios in Python
DELL: Why Stitching Historical Price Data Together Is Wrong
How to Analyze Drawdown and Recovery for Bank Stocks in Python
How to Screen SaaS Stocks by Revenue Growth and Cash Flow in Python
How to Screen REITs by Dividend Yield and Valuation in Python
How Correlated Are the Magnificent 7? Intra-Group Correlation in Python
AAPL vs XOM: Do Individual Stocks Have Seasonal Patterns?
How to Rank Large-Cap Stocks by Momentum in Python
How to Build a Multi-Endpoint Financial Dashboard in Python
How to Compare Volatility Across Energy Stocks in Python
How to Screen Healthcare Stocks by Valuation in Python
How to Build a Sector Correlation Matrix for Portfolio Diversification in Python
How to Find Oversold and Overbought Stocks Using Z-Scores in Python
How to Measure Earnings Quality: Cash Flow vs Net Income in Python
How to Build a Multi-Factor Stock Screen in Python (Value + Momentum + Quality)
How to Build a Simple DCF Model for Any Stock in Python
How to Screen Tech Stocks by Revenue Growth in Python
How to Screen Stocks by Balance Sheet Health in Python
Is "Sell in May" Real? SPY Monthly Seasonality Over 10 Years
How to Compare Sector Performance YTD Using Python
How to Track S&P 500 Additions and Removals Over Time in Python
How to Screen Dividend Stocks by Yield and Quality in Python
How to Calculate Max Drawdown and Recovery Time for Any Stock in Python
How to Compare Profitability Across Mega-Cap Tech Stocks in Python
Why Ticker Symbols Are Unreliable: The Recycling Problem Every Quant Should Know
How to Calculate and Compare Stock Volatility in Python
How to Screen Blue-Chip Stocks by P/E Ratio in Python
How to Track Companies Through Ticker Changes, Bankruptcies, and Renames in Python
S&P 500 Turnover: How Much the Index Has Changed Since 2010
How to Calculate Stock Beta and Correlation in Python
← All articles

Does AI Stock Leadership Persist? Momentum Backtest in Python

What's the question?

AI leadership rotates. At different points, the market rewards semiconductors, cloud platforms, software names, or server manufacturers. A concentrated AI portfolio that holds yesterday's leaders may capture the theme, but it may also become stale if leadership changes.

Momentum provides a disciplined way to test persistence. The rule is simple: stocks with the strongest recent returns are assumed to have a higher probability of leading in the next period. The test does not explain why the leadership exists. It asks whether recent leadership has been useful enough to allocate capital.

The question is whether a simple AI momentum strategy outperforms an equal-weight basket of the same stocks after accounting for volatility and drawdown.

The approach

The universe is NVDA, AVGO, AMD, MSFT, META, AMZN, GOOG, ORCL, PLTR, and SMCI. Built from SEC EDGAR public filings and market data, the backtest uses split-adjusted daily prices and converts them to complete monthly observations.

  1. Pull three years of adjusted daily prices
  2. Convert prices to month-end observations and exclude incomplete months
  3. At each monthly rebalance, rank stocks by prior three-month return
  4. Hold the top three names equal-weighted for the next month
  5. Compare the strategy with an equal-weight AI basket

The signal is shifted by one month. This prevents the backtest from using the return being measured as part of the ranking signal.

Code

import xfinlink as xfl
import pandas as pd

xfl.set_api_key("YOUR_API_KEY")  # free at https://xfinlink.com/signup

tickers = ["NVDA", "AVGO", "AMD", "MSFT", "META", "AMZN", "GOOG", "ORCL", "PLTR", "SMCI"]
prices = xfl.prices(tickers, period="3y", fields=["adj_close"])
daily = prices.pivot_table(index="date", columns="ticker", values="adj_close").dropna()
monthly = daily.resample("ME").last()

monthly_returns = monthly.pct_change().dropna()
signal = monthly.pct_change(3).shift(1)

top3_returns = []
for dt in signal.dropna().index.intersection(monthly_returns.index):
    leaders = signal.loc[dt].sort_values(ascending=False).head(3).index
    top3_returns.append(monthly_returns.loc[dt, leaders].mean())

top3 = pd.Series(top3_returns, index=signal.dropna().index.intersection(monthly_returns.index))
equal_weight = monthly_returns.loc[top3.index].mean(axis=1)

print((1 + top3).prod(), (1 + equal_weight).prod())

Full script with formatting and visualisation: ai-momentum-leadership-backtest-python.py

Output

Cumulative return comparison for top-three AI momentum strategy and equal-weight AI basket
=== AI Momentum Leadership Backtest ===
Universe: 10 AI-linked stocks
Sample: 2023-10-31 to 2026-05-31 (32 monthly rebalances)
Signal: prior 3-month return; portfolio: top 3 equal-weighted names

Portfolio comparison:
Top-3 momentum   return=+79.2%  vol=43.6%  max_drawdown=-21.4%  positive_months=68.8%
Equal AI basket   return=+65.3%  vol=32.0%  max_drawdown=-22.9%  positive_months=59.4%

Most frequent momentum leaders:
PLTR  selected in 15 months
AMD   selected in 11 months
AVGO  selected in 11 months
GOOG  selected in 10 months
NVDA  selected in 10 months
ORCL  selected in 10 months
SMCI  selected in  9 months
META  selected in  8 months
AMZN  selected in  8 months
MSFT  selected in  4 months

Latest signal leaders:
AMD   trailing_3m_return=+42.4%
AVGO  trailing_3m_return=+22.4%
AMZN  trailing_3m_return= +9.9%

What this tells us

Momentum worked in this AI universe over the sample. The top-three momentum strategy produced a 79.2% annualized return versus 65.3% for the equal-weight basket. It also had a slightly smaller maximum drawdown, -21.4% versus -22.9%.

The improvement did not come for free. Volatility rose from 32.0% to 43.6%. The strategy was more concentrated, so it captured upside from leaders but accepted larger month-to-month swings. That is the usual tradeoff in a leadership strategy.

The leader counts show that the AI trade was not only one stock. PLTR was selected in 15 months, but AMD, AVGO, GOOG, NVDA, ORCL, SMCI, META, and AMZN all appeared repeatedly. Leadership persistence existed, but it rotated across hardware, platforms, and software.

So what?

Momentum is useful when the goal is to stay aligned with the current AI leadership rather than hold a fixed thematic basket. It can improve returns during a strong trend, but the higher volatility means it should be paired with risk limits.

The practical rule is to separate signal strength from position size. A top-three momentum ranking can identify leaders, but the portfolio does not have to allocate equally to high-volatility names. Volatility caps, maximum position limits, or drawdown stops can keep the signal useful without allowing the strongest narrative stocks to dominate total risk.

Built with xfinlink — free financial data API for Python. pip install xfinlink

Built with xfinlink — free financial data API for Python. pip install xfinlink
← All articles