{"slug":"most-common-sec-filings","qid":"overview","label":"The EDGAR filing index at a glance: trailing 12 months","post_title":"The Most Common SEC Filings, Explained by Data","post_url":"/blog/most-common-sec-filings#q-overview","columns":["filings_millions","avg_per_month_k","distinct_form_types","distinct_filers_k","pct_with_ticker","pct_amendments","pct_form4_amended"],"rows":[{"filings_millions":1.2,"avg_per_month_k":104,"distinct_form_types":387,"distinct_filers_k":156,"pct_with_ticker":46.4,"pct_amendments":7.7,"pct_form4_amended":1.5}],"shape":"scalar","sql":"SELECT floor(count() / 1e5) / 10 AS filings_millions,\n       round(count() / 12 / 1000) AS avg_per_month_k,\n       uniqExact(form_type) AS distinct_form_types,\n       floor(uniqExact(cik) / 1000) AS distinct_filers_k,\n       round(100.0 * countIf(ticker != '') / count(), 1) AS pct_with_ticker,\n       round(100.0 * countIf(endsWith(form_type, '/A')) / count(), 1) AS pct_amendments,\n       round(100.0 * countIf(form_type = '4/A') / countIf(form_type IN ('4', '4/A')), 1) AS pct_form4_amended\nFROM global_markets.stocks_sec_edgar_index\nWHERE filing_date >= today() - INTERVAL 12 MONTH AND filing_date < today()","computed_at":"2026-08-22T04:17:08.118374+00:00","elapsed":0.26066239}