{"slug":"market-recap-2026-07-27","qid":"calendar_flow","label":"Ex-dividends, splits, listings, news, and the July 27 SEC filing mix","post_title":"Market Recap: July 27, 2026, The Day in Numbers","post_url":"/blog/market-recap-2026-07-27#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":91,"reverse_splits":7,"forward_splits":1,"listings":0,"news_articles":166,"news_publishers":2,"top_news_ticker":"MSFT","top_news_n":12,"fil_total":3997,"fil_filers":2163,"fil_form4":587,"fil_8k":226,"fil_424b2":555,"fil_10q":23}],"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-27 04:00:00' AND published_utc < '2026-07-28 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-27'\n    ) AS fil\nSELECT\n    (SELECT count() FROM global_markets.stocks_dividends WHERE ex_dividend_date = '2026-07-27') AS ex_dividend_records,\n    (SELECT countIf(toFloat64(split_from) > toFloat64(split_to)) FROM global_markets.stocks_splits WHERE execution_date = '2026-07-27') AS reverse_splits,\n    (SELECT countIf(toFloat64(split_to) > toFloat64(split_from)) FROM global_markets.stocks_splits WHERE execution_date = '2026-07-27') AS forward_splits,\n    (SELECT count() FROM global_markets.stocks_ipos WHERE listing_date = '2026-07-27') AS listings,\n    (SELECT count() FROM global_markets.stocks_news WHERE published_utc >= '2026-07-27 04:00:00' AND published_utc < '2026-07-28 04:00:00') AS news_articles,\n    (SELECT uniqExact(JSONExtractString(publisher, 'name')) FROM global_markets.stocks_news WHERE published_utc >= '2026-07-27 04:00:00' AND published_utc < '2026-07-28 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:36:25.449664+00:00","elapsed":0.072656568}