{"slug":"market-recap-2026-07-28","qid":"calendar_flow","label":"Ex-dividends, splits, listings, news, and the July 28 SEC filing mix","post_title":"Market Recap: July 28, 2026, The Day in Numbers","post_url":"/blog/market-recap-2026-07-28#q-calendar_flow","columns":["ex_dividend_records","reverse_splits","forward_splits","listings","news_articles","news_publishers","top_news_ticker","top_news_n","fil_total","fil_filers","fil_form4","fil_8k","fil_424b2","fil_10q"],"rows":[{"ex_dividend_records":147,"reverse_splits":3,"forward_splits":0,"listings":2,"news_articles":161,"news_publishers":2,"top_news_ticker":"MSFT","top_news_n":9,"fil_total":5915,"fil_filers":2898,"fil_form4":856,"fil_8k":315,"fil_424b2":900,"fil_10q":100}],"shape":"scalar","sql":"WITH\n    (\n        SELECT (argMax(t, (n, t)), max(n))\n        FROM (\n            SELECT t, count() AS n\n            FROM (\n                SELECT arrayJoin(tickers) AS t\n                FROM global_markets.stocks_news\n                WHERE published_utc >= '2026-07-28 04:00:00' AND published_utc < '2026-07-29 04:00:00'\n            )\n            WHERE t != 'SPCX'\n            GROUP BY t\n        )\n    ) AS top_news,\n    (\n        SELECT (count(), uniqExact(cik), countIf(form_type = '4'), countIf(form_type = '8-K'), countIf(form_type = '424B2'), countIf(form_type = '10-Q'))\n        FROM global_markets.stocks_sec_edgar_index\n        WHERE filing_date = '2026-07-28'\n    ) AS fil\nSELECT\n    (SELECT count() FROM global_markets.stocks_dividends WHERE ex_dividend_date = '2026-07-28') AS ex_dividend_records,\n    (SELECT countIf(toFloat64(split_from) > toFloat64(split_to)) FROM global_markets.stocks_splits WHERE execution_date = '2026-07-28') AS reverse_splits,\n    (SELECT countIf(toFloat64(split_to) > toFloat64(split_from)) FROM global_markets.stocks_splits WHERE execution_date = '2026-07-28') AS forward_splits,\n    (SELECT count() FROM global_markets.stocks_ipos WHERE listing_date = '2026-07-28') AS listings,\n    (SELECT count() FROM global_markets.stocks_news WHERE published_utc >= '2026-07-28 04:00:00' AND published_utc < '2026-07-29 04:00:00') AS news_articles,\n    (SELECT uniqExact(JSONExtractString(publisher, 'name')) FROM global_markets.stocks_news WHERE published_utc >= '2026-07-28 04:00:00' AND published_utc < '2026-07-29 04:00:00') AS news_publishers,\n    top_news.1 AS top_news_ticker,\n    top_news.2 AS top_news_n,\n    fil.1 AS fil_total,\n    fil.2 AS fil_filers,\n    fil.3 AS fil_form4,\n    fil.4 AS fil_8k,\n    fil.5 AS fil_424b2,\n    fil.6 AS fil_10q","computed_at":"2026-08-01T23:51:53.832338+00:00","elapsed":0.082266116}