{"slug":"the-quarter-end-that-didnt-file","qid":"cross_table_check","label":"Is June 30, 2026 missing anywhere else? The same day across five date-keyed datasets","post_title":"SEC EDGAR Index Gap: the Missing Month-Ends","post_url":"/blog/the-quarter-end-that-didnt-file#q-cross_table_check","columns":["dataset","jun29","jun30"],"rows":[{"dataset":"SEC filing index (filings)","jun29":4439,"jun30":31},{"dataset":"Minute bars (tickers)","jun29":11903,"jun30":11982},{"dataset":"Dividends (ex-div records)","jun29":449,"jun30":704},{"dataset":"News articles","jun29":157,"jun30":215},{"dataset":"Treasury curve rows","jun29":1,"jun30":1}],"shape":"ranking","sql":"SELECT dataset, jun29, jun30 FROM (\n    SELECT 'SEC filing index (filings)' AS dataset,\n        (SELECT uniqExact(accession_number) FROM global_markets.stocks_sec_edgar_index WHERE filing_date = toDate('2026-06-29')) AS jun29,\n        (SELECT uniqExact(accession_number) FROM global_markets.stocks_sec_edgar_index WHERE filing_date = toDate('2026-06-30')) AS jun30, 1 AS ord\n    UNION ALL SELECT 'Minute bars (tickers)',\n        (SELECT uniqExact(ticker) FROM global_markets.delayed_stocks_minute_aggs WHERE window_start >= toDateTime('2026-06-29 04:00:00') AND window_start < toDateTime('2026-06-30 04:00:00')),\n        (SELECT uniqExact(ticker) FROM global_markets.delayed_stocks_minute_aggs WHERE window_start >= toDateTime('2026-06-30 04:00:00') AND window_start < toDateTime('2026-07-01 04:00:00')), 2\n    UNION ALL SELECT 'Dividends (ex-div records)',\n        (SELECT count() FROM global_markets.stocks_dividends WHERE ex_dividend_date = toDate('2026-06-29')),\n        (SELECT count() FROM global_markets.stocks_dividends WHERE ex_dividend_date = toDate('2026-06-30')), 3\n    UNION ALL SELECT 'News articles',\n        (SELECT count() FROM global_markets.stocks_news WHERE toDate(published_utc) = toDate('2026-06-29')),\n        (SELECT count() FROM global_markets.stocks_news WHERE toDate(published_utc) = toDate('2026-06-30')), 4\n    UNION ALL SELECT 'Treasury curve rows',\n        (SELECT count() FROM global_markets.treasury_yields WHERE date = toDate('2026-06-29')),\n        (SELECT count() FROM global_markets.treasury_yields WHERE date = toDate('2026-06-30')), 5\n) ORDER BY ord","computed_at":"2026-07-26T06:16:26.508928+00:00","elapsed":0.409347377}