STRASMORE/EXPLORE 2,170 QUERIES

The eleven sector ETFs: H1 2026 return, Q1 and Q2 split, and H1 dollar volume

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 Market Recap: H1 2026.

as of table 11×5read in context →
The eleven sector ETFs: H1 2026 return, Q1 and Q2 split, and H1 dollar volume — 11 rows by 5 columns, computed from US exchange, SIP and OPRA data.
tickerh1_return_pctq1_return_pctq2_return_pcth1_dollar_bn
XLB11.79.8186.8
XLC-9.3-6.2-3.790.3
XLE18.836.9-11316.2
XLF-2.2-9.97.7271.7
XLI193.913.3222.8
XLK30.8-8.742286
XLP6.95.51.7163.7
XLRE9.11.37.738.4
XLU5.77-1128.7
XLV2.5-5.47.8218.8
XLY-2.3-9.36.9132.5
Rows × columns
11 × 5
Computed
Completeness
No missing values
Source
US exchange, SIP and OPRA market data
Licence
Strasmore terms · free, no signup
Formats
JSON · CSV · the SQL below

What each column holds

Column definitions for The eleven sector ETFs: H1 2026 return, Q1 and Q2 split, and H1 dollar volume, derived from the stored result.
ColumnTypeRangeNotes
ticker text 11 distinct values (XLB, XLC, XLE…)
h1_return_pct number -9.3 to 30.8 percent
q1_return_pct number -9.9 to 36.9 percent
q2_return_pct number -11 to 42 percent
h1_dollar_bn number 38.4 to 316.2

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 ticker,
    round((argMaxIf(toFloat64(close), window_start, toDate(toTimeZone(window_start, 'America/New_York')) <= toDate('2026-06-30') AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959)
         / argMinIf(toFloat64(open), window_start, toDate(toTimeZone(window_start, 'America/New_York')) >= toDate('2026-01-01') AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959) - 1) * 100, 1) AS h1_return_pct,
    round((argMaxIf(toFloat64(close), window_start, toDate(toTimeZone(window_start, 'America/New_York')) <= toDate('2026-03-31') AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959)
         / argMinIf(toFloat64(open), window_start, toDate(toTimeZone(window_start, 'America/New_York')) >= toDate('2026-01-01') AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959) - 1) * 100, 1) AS q1_return_pct,
    round((argMaxIf(toFloat64(close), window_start, toDate(toTimeZone(window_start, 'America/New_York')) <= toDate('2026-06-30') AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959)
         / argMinIf(toFloat64(open), window_start, toDate(toTimeZone(window_start, 'America/New_York')) >= toDate('2026-04-01') AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959) - 1) * 100, 1) AS q2_return_pct,
    round(sumIf(toFloat64(close) * toFloat64(volume), (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959) / 1e9, 1) AS h1_dollar_bn
FROM global_markets.delayed_stocks_minute_aggs
WHERE ticker IN ('XLB', 'XLC', 'XLE', 'XLF', 'XLI', 'XLK', 'XLP', 'XLRE', 'XLU', 'XLV', 'XLY')
  AND window_start >= toDateTime('2026-01-01 00:00:00') AND window_start < toDateTime('2026-07-01 00:00:00')
GROUP BY ticker
ORDER BY 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 analysisMarket Recap: H1 2026
The 2s10s spread, every print of the half table 124×2 Every first half on the tape: DIA and IWM, same arithmetic table 46×4 Every first half on the tape: SPY and QQQ, recomputed identically by year (per-year session counts shown) table 39×4 H1 2026: half, Q1, and Q2 returns for the four index ETFs, computed in one query table 4×5 The rank receipts: DIA and IWM against every prior first half (rank 1 = best; self-excluded) table 2×6 The rank receipts: this half against every prior one (SPY and QQQ; rank 1 = best; self-excluded) table 2×6 See all 2,170 queries →