{"slug":"market-recap-2026-06-30","qid":"baseline_calendar_flow","label":"June 30's corporate calendar and information flow, in one row (the filing-index gap on display)","post_title":"Market Recap: June 30, 2026, The Day in Numbers","post_url":"/blog/market-recap-2026-06-30#q-baseline_calendar_flow","columns":["ex_dividend_records","splits_executed","ipos_listed","sec_filings","insider_form4_filings","filings_8k","ipo_names","news_articles","news_publishers","most_covered_ticker","most_covered_articles","filings_prior_session"],"rows":[{"ex_dividend_records":704,"splits_executed":7,"ipos_listed":2,"sec_filings":31,"insider_form4_filings":0,"filings_8k":0,"ipo_names":"AACU — Ares Acquisition Corp III; OSPRU — Osprey Acquisition Corp. III","news_articles":211,"news_publishers":3,"most_covered_ticker":"NVDA","most_covered_articles":21,"filings_prior_session":4439}],"shape":"scalar","sql":"WITH\n    (\n        SELECT (count(), uniqExact(publisher))\n        FROM global_markets.stocks_news\n        WHERE toDate(toTimeZone(published_utc, 'America/New_York')) = '2026-06-30'\n    ) AS news,\n    (\n        SELECT (argMax(t, n), 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-30'\n            )\n            WHERE t != 'SPCX'\n            GROUP BY t\n        )\n    ) AS top_news\nSELECT\n    (SELECT count() FROM global_markets.stocks_dividends WHERE ex_dividend_date = '2026-06-30') AS ex_dividend_records,\n    (SELECT count() FROM global_markets.stocks_splits WHERE execution_date = '2026-06-30') AS splits_executed,\n    (SELECT count() FROM global_markets.stocks_ipos WHERE listing_date = '2026-06-30') AS ipos_listed,\n    (SELECT uniqExact(accession_number) FROM global_markets.stocks_sec_edgar_index WHERE filing_date = '2026-06-30') AS sec_filings,\n    (SELECT uniqExactIf(accession_number, form_type = '4') FROM global_markets.stocks_sec_edgar_index WHERE filing_date = '2026-06-30') AS insider_form4_filings,\n    (SELECT uniqExactIf(accession_number, form_type = '8-K') FROM global_markets.stocks_sec_edgar_index WHERE filing_date = '2026-06-30') AS filings_8k,\n    (SELECT arrayStringConcat(groupArray(concat(ticker, ' — ', issuer_name)), '; ') FROM (\n        SELECT ticker, issuer_name FROM global_markets.stocks_ipos WHERE listing_date = '2026-06-30' ORDER BY ticker\n    )) AS ipo_names,\n    news.1 AS news_articles,\n    news.2 AS news_publishers,\n    top_news.1 AS most_covered_ticker,\n    top_news.2 AS most_covered_articles,\n    (SELECT uniqExact(accession_number) FROM global_markets.stocks_sec_edgar_index WHERE filing_date = toDate('2026-06-29')) AS filings_prior_session","computed_at":"2026-07-26T05:43:27.566583+00:00","elapsed":0.108282804}