STRASMORE/EXPLORE 2,595 QUERIES

Next week on the calendar: closures, ex-dividends, splits, and the expiry pull

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 scalar 1×6read in context →
closures next week
0
ex dividends next week
934
household ex div next week
0
splits next week
26
jul31 expiry pct of friday volume
14.2
latest short interest settlement
2026-07-15
Rows × columns
1 × 6
Period covered
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 Next week on the calendar: closures, ex-dividends, splits, and the expiry pull, derived from the stored result.
ColumnTypeRangeNotes
closures_next_week number every row is 0
ex_dividends_next_week number every row is 934
household_ex_div_next_week number every row is 0
splits_next_week number every row is 26
jul31_expiry_pct_of_friday_volume number every row is 14.2 percent
latest_short_interest_settlement date 2026-07-15

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.

Run it yourself

This is the exact query behind the result above. Change a ticker, a date or a column and run it against the warehouse — no account, no key. The no-signup tier is smaller than the one this page was computed on; a query that reaches past it comes back saying which plan runs it.

SELECT
    (SELECT count() FROM global_markets.stocks_market_holidays WHERE date >= '2026-07-27' AND date <= '2026-07-31' AND status != 'open') AS closures_next_week,
    (SELECT count() FROM global_markets.stocks_dividends WHERE ex_dividend_date >= '2026-07-27' AND ex_dividend_date <= '2026-07-31') AS ex_dividends_next_week,
    (SELECT countIf(ticker IN ('AAPL', 'MSFT', 'JPM', 'KO', 'JNJ', 'XOM', 'CVX', 'PG', 'WMT', 'HD')) FROM global_markets.stocks_dividends WHERE ex_dividend_date >= '2026-07-27' AND ex_dividend_date <= '2026-07-31') AS household_ex_div_next_week,
    (SELECT count() FROM global_markets.stocks_splits WHERE execution_date >= '2026-07-27' AND execution_date <= '2026-07-31') AS splits_next_week,
    (SELECT round(100.0 * sumIf(size, substring(ticker, length(ticker) - 14, 6) = '260731') / sum(size), 1) FROM global_markets.options_trades WHERE sip_timestamp >= '2026-07-24 00:00:00' AND sip_timestamp < '2026-07-25 00:00:00') AS jul31_expiry_pct_of_friday_volume,
    (SELECT toString(max(settlement_date)) FROM global_markets.stocks_short_interest WHERE settlement_date <= '2026-07-24') AS latest_short_interest_settlement
⌘/Ctrl + Enter

AI 어시스턴트에서 이 데이터로 작업하기

이 페이지의 데이터로 바로 쿼리할 수 있게 열립니다. 무료, 계정 불필요.

More from this analysisMarket Recap: Week of July 20, 2026
Session verification: sessions, bars, holiday rows, up and down closes, next closure scalar 1×9 → The week's corporate calendar: dividends, splits, listings, news scalar 1×9 → SPY's week in trailing-year context (open-to-close weekly returns) scalar 1×5 → Weekly breadth: July 24 regular close vs July 17 regular close, names with $5M+ traded during the week scalar 1×6 → Weekly movers: ten biggest gainers and decliners, regular-hours closes, $5M+ traded, splits excluded table 20×6 → Sector ETFs, full-week change: July 24 close vs July 17 close ranking 11×3 → See all 2,595 queries →