XLE, XLF, and XLK by month: the H1 2026 rotation at month grain
Answered against 22 years of US equities and 12 years of US options data and published with the query that produced it. This result is stored as of 2026-07-26, from Sector Scorecard H1 2026: Winners and Losers.
| month | ticker | month_return_pct |
|---|---|---|
| 2026-01-01 | XLE | 14.1 |
| 2026-01-01 | XLF | -2.5 |
| 2026-01-01 | XLK | -1.2 |
| 2026-02-01 | XLE | 11.6 |
| 2026-02-01 | XLF | -3.8 |
| 2026-02-01 | XLK | -3.3 |
| 2026-03-01 | XLE | 6 |
| 2026-03-01 | XLF | -2.4 |
| 2026-03-01 | XLK | -3 |
| 2026-04-01 | XLE | -0.2 |
| 2026-04-01 | XLF | 4.7 |
| 2026-04-01 | XLK | 18.9 |
| 2026-05-01 | XLE | -4.7 |
| 2026-05-01 | XLF | -1.6 |
| 2026-05-01 | XLK | 19.1 |
| 2026-06-01 | XLE | -6.8 |
| 2026-06-01 | XLF | 4.7 |
| 2026-06-01 | XLK | -1 |
- Rows × columns
- 18 × 3
- Period covered
- to
- Computed
- Completeness
- No missing values
- Source
- US exchange, SIP and OPRA market data
- Licence
- Strasmore terms · free, no signup
What each column holds
| Column | Type | Range | Notes |
|---|---|---|---|
month |
date | 2026-01-01 to 2026-06-01 | |
ticker |
text | 3 distinct values (XLE, XLF, XLK) | |
month_return_pct |
number | -6.8 to 19.1 | percent |
Computed from Strasmore's warehouse of US exchange, SIP and OPRA market data. Equity prices are delayed; options greeks and implied volatility are end-of-day. This result is stored, not recomputed on load — it is exactly the numbers that were returned on , and the query below is what returned them.
the exact SQL behind every number
SELECT toString(toStartOfMonth(toDate(toTimeZone(window_start, 'America/New_York')))) AS month, ticker,
round((argMaxIf(toFloat64(close), window_start, (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959)
/ argMinIf(toFloat64(open), window_start, (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959) - 1) * 100, 1) AS month_return_pct
FROM global_markets.delayed_stocks_minute_aggs
WHERE ticker IN ('XLE', 'XLF', 'XLK')
AND window_start >= toDateTime('2026-01-01 00:00:00') AND window_start < toDateTime('2026-07-01 00:00:00')
GROUP BY month, ticker
ORDER BY month, ticker
Run your own version of this
The same 22 years of US equities and 12 years of options data are queryable in SQL or plain English. A free account runs 100 queries a day and takes no card.
More from this analysisSector Scorecard H1 2026: Winners and Losers
Median quoted spread by sector ETF, one representative session (June 29, 2026), regular hours
ranking 11×4
→
The eleven sector ETFs: H1 2026 return, Q1 and Q2 split, and H1 dollar volume
table 11×5
→
Five-name baskets per sector: members up vs down, median, best and worst, H1 2026
table 11×9
→
Sector ETF dollar volume, Q1 vs Q2 2026: every fund traded less in the recovery quarter
ranking 11×4
→
Eight heavily traded chip and memory names: H1 return, quarter split, H1 dollar volume
table 8×5
→
Growth of $100 in the 1x SOXX vs the 3x SOXL, Jan 2 to Jul 13 2026
series 131×3
→
See all 2,170 queries →