{"slug":"market-recap-2026-06-29","qid":"calendar_flow","label":"June 29's corporate calendar and information flow, in one row","post_title":"Market Recap: June 29, 2026, The Day in Numbers","post_url":"/blog/market-recap-2026-06-29#q-calendar_flow","columns":["ex_dividend_records_jun29","household_name_ex_dividends","household_names_checked","busiest_ex_div_day_of_window","busiest_ex_div_day_records","splits_executed","ipos_listed_jun29","jul1_ipo_debuts","sec_filings","prospectus_424b2_filings","insider_form4_filings","filings_8k","news_articles","news_publishers","nvda_articles","next_most_covered_articles","nvda_minus_next_most_covered","hon_split_records","hon_split_from","hon_split_to","hon_close_jun26","hon_close_jun29"],"rows":[{"ex_dividend_records_jun29":449,"household_name_ex_dividends":0,"household_names_checked":25,"busiest_ex_div_day_of_window":"July 1","busiest_ex_div_day_records":746,"splits_executed":23,"ipos_listed_jun29":0,"jul1_ipo_debuts":"BSP, ITG, LIME","sec_filings":6173,"prospectus_424b2_filings":1473,"insider_form4_filings":1277,"filings_8k":231,"news_articles":170,"news_publishers":3,"nvda_articles":14,"next_most_covered_articles":12,"nvda_minus_next_most_covered":2,"hon_split_records":1,"hon_split_from":2,"hon_split_to":1,"hon_close_jun26":231.3,"hon_close_jun29":227.71}],"shape":"scalar","sql":"WITH\n    (\n        SELECT (argMax(d, n), max(n))\n        FROM (\n            SELECT ex_dividend_date AS d, count() AS n\n            FROM global_markets.stocks_dividends\n            WHERE ex_dividend_date BETWEEN '2026-06-22' AND '2026-07-02'\n            GROUP BY d\n        )\n    ) AS peak_ex_div,\n    (\n        SELECT (countIf(form_type = '424B2'), countIf(form_type = '4'), countIf(form_type = '8-K'), count())\n        FROM global_markets.stocks_sec_edgar_index\n        WHERE filing_date = '2026-06-29'\n    ) AS filings,\n    (\n        SELECT (count(), uniqExact(publisher), countIf(has(tickers, 'NVDA')))\n        FROM global_markets.stocks_news\n        WHERE toDate(toTimeZone(published_utc, 'America/New_York')) = '2026-06-29'\n    ) AS news,\n    (\n        SELECT 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 toDate(toTimeZone(published_utc, 'America/New_York')) = '2026-06-29'\n            )\n            WHERE t NOT IN ('NVDA', 'SPCX')\n            GROUP BY t\n        )\n    ) AS runner_up_articles,\n    (\n        SELECT (any(split_from), any(split_to), count())\n        FROM global_markets.stocks_splits\n        WHERE ticker = 'HON' AND execution_date = '2026-06-29'\n    ) AS hon_split,\n    (\n        SELECT (\n            round(toFloat64(argMaxIf(close, window_start, window_start < '2026-06-27 00:00:00')), 2),\n            round(toFloat64(argMaxIf(close, window_start, window_start >= '2026-06-29 00:00:00')), 2)\n        )\n        FROM global_markets.delayed_stocks_minute_aggs\n        WHERE ticker = 'HON'\n          AND ((window_start >= '2026-06-26 13:30:00' AND window_start < '2026-06-26 20:00:00')\n            OR (window_start >= '2026-06-29 13:30:00' AND window_start < '2026-06-29 20:00:00'))\n    ) AS hon_close\nSELECT\n    (SELECT count() FROM global_markets.stocks_dividends WHERE ex_dividend_date = '2026-06-29') AS ex_dividend_records_jun29,\n    (SELECT count() FROM global_markets.stocks_dividends WHERE ex_dividend_date = '2026-06-29'\n        AND ticker IN ('AAPL', 'MSFT', 'NVDA', 'AMZN', 'GOOGL', 'GOOG', 'META', 'TSLA', 'JPM', 'JNJ',\n                       'XOM', 'KO', 'PG', 'V', 'MA', 'HD', 'WMT', 'CVX', 'MRK', 'PEP',\n                       'SPY', 'QQQ', 'DIA', 'IWM', 'VTI')) AS household_name_ex_dividends,\n    length(['AAPL', 'MSFT', 'NVDA', 'AMZN', 'GOOGL', 'GOOG', 'META', 'TSLA', 'JPM', 'JNJ',\n            'XOM', 'KO', 'PG', 'V', 'MA', 'HD', 'WMT', 'CVX', 'MRK', 'PEP',\n            'SPY', 'QQQ', 'DIA', 'IWM', 'VTI']) AS household_names_checked,\n    concat(monthName(peak_ex_div.1), ' ', toString(toDayOfMonth(peak_ex_div.1))) AS busiest_ex_div_day_of_window,\n    peak_ex_div.2 AS busiest_ex_div_day_records,\n    (SELECT count() FROM global_markets.stocks_splits WHERE execution_date = '2026-06-29') AS splits_executed,\n    (SELECT count() FROM global_markets.stocks_ipos WHERE listing_date = '2026-06-29') AS ipos_listed_jun29,\n    (SELECT arrayStringConcat(groupArray(ticker), ', ') FROM (\n        SELECT ticker FROM global_markets.stocks_ipos WHERE listing_date = '2026-07-01' ORDER BY ticker\n    )) AS jul1_ipo_debuts,\n    filings.4 AS sec_filings,\n    filings.1 AS prospectus_424b2_filings,\n    filings.2 AS insider_form4_filings,\n    filings.3 AS filings_8k,\n    news.1 AS news_articles,\n    news.2 AS news_publishers,\n    news.3 AS nvda_articles,\n    runner_up_articles AS next_most_covered_articles,\n    news.3 - runner_up_articles AS nvda_minus_next_most_covered,\n    hon_split.3 AS hon_split_records,\n    hon_split.1 AS hon_split_from,\n    hon_split.2 AS hon_split_to,\n    hon_close.1 AS hon_close_jun26,\n    hon_close.2 AS hon_close_jun29","computed_at":"2026-07-26T05:43:09.042181+00:00","elapsed":0.155860893}