STRASMORE/EXPLORE 2,170 QUERIES

Weekly movers: ten biggest gainers and decliners, regular-hours closes, $5M+ traded, splits excluded

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-08-12, from Market Recap: Week of July 20, 2026.

as of table 20×6read in context →
Weekly movers: ten biggest gainers and decliners, regular-hours closes, $5M+ traded, splits excluded — 20 rows by 6 columns, computed from US exchange, SIP and OPRA data.
tickerboardweek_pctweek_dollar_msessions_tradedpct_of_dollar_max
STAKgainers383.7251.6526
ADVBgainers277.1875.7590.3
WLDSgainers157.2104.6510.8
ZYBTgainers123.8294.6530.4
CJMBgainers111.3131.8513.6
LVWRgainers107.8131.6513.6
OMHgainers99.8436.6545
PNgainers97.589.759.3
UTZgainers95.4969.55100
GOROgainers92.350.355.2
LBGJdecliners-98.847.754.9
SXTCdecliners-97.440.654.2
WETOdecliners-86.48.850.9
GVHdecliners-78.817.251.8
VEEEdecliners-66.665.256.7
CLBKdecliners-53.5953.7598.4
BIYAdecliners-53.4266.9527.5
LESLdecliners-52.26.850.7
QMLSdecliners-48.737.253.8
VCIGdecliners-47.89.551
Rows × columns
20 × 6
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 Weekly movers: ten biggest gainers and decliners, regular-hours closes, $5M+ traded, splits excluded, derived from the stored result.
ColumnTypeRangeNotes
ticker text 20 distinct values (ADVB, BIYA, CJMB…)
board text 2 distinct values (decliners, gainers)
week_pct number -98.8 to 383.7 percent
week_dollar_m number 6.8 to 969.5
sessions_traded number every row is 5
pct_of_dollar_max number 0.7 to 100 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 ticker, board, week_pct, week_dollar_m, sessions_traded,
       round(100 * week_dollar_m / max(week_dollar_m) OVER (), 1) AS pct_of_dollar_max
FROM (
    SELECT 'gainers' AS board, ticker, round((cw / cp - 1) * 100, 1) AS week_pct,
           round(dv / 1e6, 1) AS week_dollar_m, sessions_traded
    FROM (
        SELECT ticker,
               argMaxIf(toFloat64(close), window_start, window_start < '2026-07-18 00:00:00') AS cp,
               argMaxIf(toFloat64(close), window_start, window_start >= '2026-07-24 13:30:00') AS cw,
               sumIf(toFloat64(close) * toFloat64(volume), window_start >= '2026-07-20 13:30:00') AS dv,
               uniqExactIf(toDate(toTimeZone(window_start, 'America/New_York')), window_start >= '2026-07-20 13:30:00') AS sessions_traded
        FROM global_markets.delayed_stocks_minute_aggs
        WHERE ticker NOT IN ('SPCX')
          AND ticker NOT IN (SELECT ticker FROM global_markets.stocks_splits WHERE execution_date > '2026-07-17' AND execution_date <= '2026-07-24')
          AND ((window_start >= '2026-07-17 13:30:00' AND window_start < '2026-07-17 20:00:00')
            OR (window_start >= '2026-07-20 13:30:00' AND window_start < '2026-07-25 00:00:00'))
          AND (toHour(window_start) * 60 + toMinute(window_start)) BETWEEN 810 AND 1199
        GROUP BY ticker
        HAVING cp > 0 AND cw > 0 AND dv >= 5000000
    )
    ORDER BY week_pct DESC
    LIMIT 10
    UNION ALL
    SELECT 'decliners' AS board, ticker, round((cw / cp - 1) * 100, 1) AS week_pct,
           round(dv / 1e6, 1) AS week_dollar_m, sessions_traded
    FROM (
        SELECT ticker,
               argMaxIf(toFloat64(close), window_start, window_start < '2026-07-18 00:00:00') AS cp,
               argMaxIf(toFloat64(close), window_start, window_start >= '2026-07-24 13:30:00') AS cw,
               sumIf(toFloat64(close) * toFloat64(volume), window_start >= '2026-07-20 13:30:00') AS dv,
               uniqExactIf(toDate(toTimeZone(window_start, 'America/New_York')), window_start >= '2026-07-20 13:30:00') AS sessions_traded
        FROM global_markets.delayed_stocks_minute_aggs
        WHERE ticker NOT IN ('SPCX')
          AND ticker NOT IN (SELECT ticker FROM global_markets.stocks_splits WHERE execution_date > '2026-07-17' AND execution_date <= '2026-07-24')
          AND ((window_start >= '2026-07-17 13:30:00' AND window_start < '2026-07-17 20:00:00')
            OR (window_start >= '2026-07-20 13:30:00' AND window_start < '2026-07-25 00:00:00'))
          AND (toHour(window_start) * 60 + toMinute(window_start)) BETWEEN 810 AND 1199
        GROUP BY ticker
        HAVING cp > 0 AND cw > 0 AND dv >= 5000000
    )
    ORDER BY week_pct ASC
    LIMIT 10
)
ORDER BY board DESC, abs(week_pct) DESC

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: Week of July 20, 2026
SPY / QQQ / DIA / IWM: week of July 20 vs the July 17 close, with the prior week's change table 4×5 Sector ETFs, full-week change: July 24 close vs July 17 close ranking 11×3 Top names by regular-hours dollar volume, full week July 20-24 ranking 8×3 Treasury curve by session, July 17 print through July 24 series 6×6 SPY median quoted spread and NBBO updates per session, regular hours, July 20-24 series 5×5 SPY by session: close, change, and share volume, July 20-24 series 5×4 See all 2,170 queries →