{"slug":"the-quarter-end-that-didnt-file","qid":"month_batch_receipt","label":"Status receipt: the March and April boundary days, their arrival times, and their counts as of this run","post_title":"SEC EDGAR Index Gap: the Missing Month-Ends","post_url":"/blog/the-quarter-end-that-didnt-file#q-month_batch_receipt","columns":["apr1_first_arrived","apr30_first_arrived","mar31_filings_now","apr30_filings_now","jun30_filings_now","jun30_form_types"],"rows":[{"apr1_first_arrived":"2026-05-01","apr30_first_arrived":"2026-05-02","mar31_filings_now":55,"apr30_filings_now":34,"jun30_filings_now":31,"jun30_form_types":6}],"shape":"scalar","sql":"SELECT\n    (SELECT toString(toDate(min(_ingest_time))) FROM global_markets.stocks_sec_edgar_index WHERE filing_date = toDate('2026-04-01')) AS apr1_first_arrived,\n    (SELECT toString(toDate(min(_ingest_time))) FROM global_markets.stocks_sec_edgar_index WHERE filing_date = toDate('2026-04-30')) AS apr30_first_arrived,\n    (SELECT uniqExact(accession_number) FROM global_markets.stocks_sec_edgar_index WHERE filing_date = toDate('2026-03-31')) AS mar31_filings_now,\n    (SELECT uniqExact(accession_number) FROM global_markets.stocks_sec_edgar_index WHERE filing_date = toDate('2026-04-30')) AS apr30_filings_now,\n    (SELECT uniqExact(accession_number) FROM global_markets.stocks_sec_edgar_index WHERE filing_date = toDate('2026-06-30')) AS jun30_filings_now,\n    (SELECT uniqExact(form_type) FROM global_markets.stocks_sec_edgar_index WHERE filing_date = toDate('2026-06-30')) AS jun30_form_types","computed_at":"2026-07-26T06:16:26.012342+00:00","elapsed":0.03934943}