Skip to content

sec8k_material_today

sec8k_material_today

Today’s 8-K filings filtered by material item codes. Skips boilerplate (1.01 amendments, 5.07 vote results, etc) — surfaces real news.

Signature

sec8k_material_today({
items?: string[], // e.g. ["1.01", "2.02", "5.02", "8.01"], default = material set
market_cap_min?: number, // USD
sector?: string,
limit?: number, // 1-100, default 10
})

Default material items:

  • 1.01 — Material definitive agreement
  • 1.03 — Bankruptcy
  • 2.01 — Acquisition/disposition of assets
  • 2.02 — Results of operations (earnings)
  • 2.04 — Triggering events accelerating debt
  • 4.01/4.02 — Auditor changes / restatements
  • 5.02 — Officer/director departures or appointments
  • 7.01 — Reg FD disclosure
  • 8.01 — Other events (material)

Returns

[
{
"ticker": "ACME",
"company_name": "Acme Corp",
"item_codes": ["2.02", "8.01"],
"filed_at": "2026-05-13T11:42:00Z",
"headline": "Q1 2026 earnings + dividend increase",
"edgar_url": "https://sec.gov/Archives/edgar/...",
"exhibit_99_url": "https://sec.gov/...",
"exhibit_99_text_first_500": "..."
}
]

Example agent prompt

“any material 8-K filings today on small-cap healthcare? show me item 2.02 earnings releases.”

Why this exists

EDGAR full-text search is slow and full of noise. This tool subscribes to the EDGAR feed in real-time, parses item codes from each 8-K, filters to material events only, extracts the headline + first 500 chars of exhibit 99 (the actual press release).

Pairs naturally with insider_buy_clusters — when insiders cluster-buy + ticker drops material 8-K within hours, conviction stacks.

Free tier

Today’s material 8-Ks, 10 results. Good for daily morning scan.

Pro tier

Real-time (alerts within seconds of EDGAR publish). 90-day history. Full exhibit 99 text. Filter by item code, sector, market cap.

See also