SEC Filings & Insider Trading Monitor avatar

SEC Filings & Insider Trading Monitor

Pricing

from $10.00 / 1,000 results

Go to Apify Store
SEC Filings & Insider Trading Monitor

SEC Filings & Insider Trading Monitor

Monitor SEC EDGAR filings in real time: search all filers by keyword and form type (8-K, 10-K, S-1, Form 4 insider trades), or pull recent filings for specific tickers/CIKs. Official EDGAR data with direct filing links. For investors, funds, IR, and compliance.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Saturnin Pugnet

Saturnin Pugnet

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

19 days ago

Last modified

Categories

Share

Monitor SEC EDGAR filings in structured form. Two modes:

  • Search — full-text search across all filers by keyword and/or form type. Use ["4"] for a live insider-trading (Form 4) feed, ["8-K"] for material events, ["S-1"] for new IPO registrations, ["10-K"] for annual reports.
  • Company — pull recent filings for specific tickers or CIKs (e.g. AAPL, NVDA).

Official EDGAR data, structured output with a direct link to each filing. Lightweight HTTP actor.

Who Uses This

  • Investors & funds: track 8-K material events, S-1 IPOs, and insider buying/selling
  • Insider-trading signals: the Form 4 feed shows exactly who bought or sold, at which company, when
  • Investor relations / compliance: monitor a company's own and peers' filings
  • AI agents: "recent 8-Ks for [ticker]", "insider trades at [company] this week", "new S-1 filings"

Input

{
"mode": "search",
"formTypes": ["4"],
"sinceDays": 7,
"maxResults": 500
}
{
"mode": "company",
"tickers": ["AAPL", "NVDA"],
"formTypes": ["8-K", "4"],
"sinceDays": 90
}
FieldDescription
modesearch (keyword/form across all filers) or company (by ticker/CIK)
querysearch mode: full-text keyword (optional if formTypes set)
formTypesForm types to include, e.g. ["4"], ["8-K"], ["10-K"], ["S-1"]. Empty = all
tickerscompany mode: tickers or CIKs to pull filings for
sinceDaysOnly filings from the last N days
maxResults / maxResultsPerCompanyCaps (0 = unlimited)

Output

Each filing: form, filingDate, companyName, ticker, cik, reportingPerson (insider, for Form 3/4/5), isInsiderTrade, description, items (8-K item codes), accessionNumber, filingUrl (direct link), dataSource.

Notes

  • Data is from the official SEC EDGAR APIs (full-text search + submissions), real-time as the SEC publishes.
  • Full-text search covers 2001-present; company mode returns the most recent ~1,000 filings per company.
  • Schedule a run (e.g. formTypes:["4"], sinceDays:1) for a daily insider-trading feed; add a webhook for alerts.