An n8n workflow that uses the verified Apify node. NexGenData has no verified n8n node β you run a public-data Apify actor inside n8n through Apify’s verified node, on a schedule, with your own Apify token. This page covers public SEC filing data only and is not investment advice.
The problem: insider filings are public but scattered and constant
SEC Form 4 filings disclose insider purchases and sales as they happen, across many companies all day. Researchers tracking specific tickers need a clean, deduped digest β not a manual EDGAR crawl. A scheduled n8n workflow pulls new Form 4 filings for your watchlist and routes a digest into Sheets, Gmail, or Slack.
Who this is for
Analysts, researchers, data teams, and newsletter operators who monitor public insider-transaction filings for a watchlist.
The n8n workflow
- Schedule Trigger β a few times a day or after close.
- Apify node β Run Actor β SEC Form 4 Insider Trading Tracker, with your tickers/CIKs in the input.
- Get Dataset Items β issuer, reporting person, role, transaction code, shares, price.
- Filter / Remove Duplicates β e.g. purchases only; drop filings already seen (dedupe by accession number).
- Send to destination β Gmail/Slack digest or a Google Sheets log.
Pair with the SEC Form NT late-filing tracker and 13F holdings tracker for a fuller filings watch.
Sample input (ticker watchlist)
| ticker | company |
|---|---|
| AAPL | Apple Inc |
| NVDA | NVIDIA Corp |
| TSLA | Tesla Inc |
Sample output (Form 4 alert digest)
| date | issuer | person | role | code | shares |
|---|---|---|---|---|---|
| 2026-06-06 | Acme Corp | Jane Doe | Director | P (purchase) | 10,000 |
| 2026-06-05 | Initech | Sam Lin | 10%+ owner | S (sale) | 25,000 |
Illustrative sample. Public SEC filing data, presented as information only.
Run it on a schedule
Scheduled runs turn EDGAR into a quiet feed: new insider filings for your watchlist arrive as a clean digest, deduped so you never see the same filing twice.
Want the data without building a workflow?
The SEC Public Filing Data Pack bundles structured Form 4 / 13F / Form NT datasets for teams that want ready-to-use files instead of running actors. Get the SEC Data Pack β
Try it
Run the SEC Form 4 Tracker β
Browse more: SEC Filing Toolkit cluster
More n8n workflows
FAQ
Is this investment advice? No. These are public SEC filings presented as information only; nothing here is a recommendation to buy or sell.
How do I avoid duplicate filings? Use the Remove Duplicates node keyed on the accession number.
Is this a verified NexGenData n8n node? No β it’s an n8n workflow using Apify’s verified n8n node with your own Apify token.
β¬ Ready-made n8n template (SEC Form 4 β Email)
Skip building it by hand β import this workflow straight into n8n:
- In n8n: Workflows β Import from URL and paste:
https://raw.githubusercontent.com/TheNextGenNexus/n8n-nodes-nexgendata/main/n8n-templates/n8n-sec-form4-to-email.json - Open the HTTP Request node β set your Apify API token.
- Connect your destination (Sheets / Slack / Gmail), set the schedule, and activate.
Or download the template JSON β (built from core n8n nodes β nothing to install).