STRASMORE/EXPLORE 2,595 QUERIES

The week's corporate calendar: dividends, splits, listings, news

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×9read in context →
filings week
17,144
filing days on file
5
ex dividends week
594
household ex dividends week
1
reverse splits week
26
forward splits week
12
listings week
4
news week
852
news publishers week
2
Rows × columns
1 × 9
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 week's corporate calendar: dividends, splits, listings, news, derived from the stored result.
ColumnTypeRangeNotes
filings_week number every row is 17,144
filing_days_on_file number every row is 5
ex_dividends_week number every row is 594
household_ex_dividends_week number every row is 1
reverse_splits_week number every row is 26
forward_splits_week number every row is 12
listings_week number every row is 4
news_week number every row is 852
news_publishers_week number every row is 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.

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_sec_edgar_index WHERE filing_date >= '2026-07-20' AND filing_date <= '2026-07-24') AS filings_week,
    (SELECT uniqExact(filing_date) FROM global_markets.stocks_sec_edgar_index WHERE filing_date >= '2026-07-20' AND filing_date <= '2026-07-24') AS filing_days_on_file,
    (SELECT count() FROM global_markets.stocks_dividends WHERE ex_dividend_date >= '2026-07-20' AND ex_dividend_date <= '2026-07-24') AS ex_dividends_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-20' AND ex_dividend_date <= '2026-07-24') AS household_ex_dividends_week,
    (SELECT countIf(toFloat64(split_from) > toFloat64(split_to)) FROM global_markets.stocks_splits WHERE execution_date >= '2026-07-20' AND execution_date <= '2026-07-24') AS reverse_splits_week,
    (SELECT countIf(toFloat64(split_to) > toFloat64(split_from)) FROM global_markets.stocks_splits WHERE execution_date >= '2026-07-20' AND execution_date <= '2026-07-24') AS forward_splits_week,
    (SELECT count() FROM global_markets.stocks_ipos WHERE listing_date >= '2026-07-20' AND listing_date <= '2026-07-24') AS listings_week,
    (SELECT count() FROM global_markets.stocks_news WHERE published_utc >= '2026-07-20 04:00:00' AND published_utc < '2026-07-25 04:00:00') AS news_week,
    (SELECT uniqExact(JSONExtractString(publisher, 'name')) FROM global_markets.stocks_news WHERE published_utc >= '2026-07-20 04:00:00' AND published_utc < '2026-07-25 04:00:00') AS news_publishers_week
⌘/Ctrl + Enter

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

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

More from this analysisMarket Recap: Week of July 20, 2026
Next week on the calendar: closures, ex-dividends, splits, and the expiry pull scalar 1×6 → Session verification: sessions, bars, holiday rows, up and down closes, next closure 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 →