Live · watching SEC EDGAR

Know when insiders make their move.

When a CEO buys their own stock, a hedge fund reshuffles its book, or a startup files to go public β€” FilingDrop catches the SEC filing and tells you. No terminals, no $50/mo dashboards.

Free Β· straight from the SEC's live feed Β· in your inbox before the headlines

latest_filings — live from EDGAR
13F3 FACTOR INDEXING, LLCview β†—
13FAAFMAA Wealth Management & Trust LLCview β†—
13FABNER HERRMAN & BROCK LLCview β†—
13FACT WEALTH MANAGEMENT, LLCview β†—
13FATWOOD & PALMER INCview β†—
13FAffinity Capital Advisors, LLCview β†—
13FAgate Pass Investment Management, LLCview β†—
13FApella Capital, LLCview β†—
478filings tracked & counting
360insider trades (Form 4)
115fund reports (13F-HR)
30 minmax delay from EDGAR

Three signals. One feed.

The SEC makes every filing public β€” the problem is noticing the right one among thousands a day. FilingDrop filters the firehose down to the three that move markets.

FORM 4

Insider trades

Executives and directors must report trades in their own stock within 2 business days. Open-market buys are the classic "smart money" signal.

13F-HR

Fund holdings

Every quarter, institutions managing $100M+ disclose what they hold. See what the funds bought β€” and what they quietly dropped.

S-1

IPO registrations

The first public look at a company preparing to list β€” full financials, risk factors, and all. Know about the next IPO before the headlines.

Build on it.

The same feed, as a clean JSON API. Query by form type, wire up webhooks, feed your trading bot or dashboard. Free tier available β€” sold through RapidAPI.

Get an API key on RapidAPI β†’
# latest insider trades
curl https://filingdrop.p.rapidapi.com/filings?form_type=4 \
  -H "x-rapidapi-key: YOUR_KEY"

[{
  "form_type": "4",
  "company_name": "374Water Inc.",
  "filed_at": "2026-07-08",
  "filing_url": "https://www.sec.gov/..."
}, …]