What it does
This actor takes a single ticker, company name, or CIK and returns all SEC events — 8-K, Form 4, Form D, 13F-HR, and litigation — merged into one chronological timeline. Instead of running five separate scrapers and stitching the output together, you get a unified event feed in a single call.
Who it's for
Quant and event-driven desks, financial-data products, compliance teams, and developers who want one normalized SEC event stream per company instead of juggling per-form endpoints.
Sample fields / output
- event type (8-K, Form 4, Form D, 13F-HR, Litigation)
- ticker, company name and CIK
- event / filing date
- filing link
- unified chronological ordering
Example use cases
- Build a single company timeline that combines insider trades, material events and litigation.
- Power an alerting feed that fires on any SEC event for a watchlist.
- Reconstruct the full SEC event history for due-diligence on a company.
▶ Run the SEC Event Router — Unified SEC Filings & Events Timeline actor on Apify →
Related actors
FAQ
Which filings are covered?
8-K, Form 4, Form D, 13F-HR and litigation events, unified into one timeline.
Can I query by company name?
Yes — ticker, company name or CIK all work as input.
How are results ordered?
Chronologically, so the newest events surface at the top of the timeline.
Top comments (0)