SEC EDGAR Filing Watchlist Monitor
Pricing
$2.00 / 1,000 filing records
SEC EDGAR Filing Watchlist Monitor
Monitor official SEC EDGAR filings by ticker, CIK, form type, and date range. Export clean filing records for alerts.
Pricing
$2.00 / 1,000 filing records
Rating
0.0
(0)
Developer
Orbiscribe Labs
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
5 days ago
Last modified
Categories
Share
Monitor SEC EDGAR filings by ticker, CIK, form type, and date range. This Actor uses official SEC JSON endpoints and returns clean filing records for watchlists, alerts, spreadsheets, dashboards, and research workflows.
Use it to catch new 10-K, 10-Q, 8-K, S-1, DEF 14A, and ownership filings across portfolio companies, competitors, vendors, customers, or acquisition targets.
What does this SEC EDGAR monitor do?
EDGAR filings are public, but checking every ticker and form type by hand is easy to miss. SEC EDGAR Watchlist Monitor turns a list of tickers or CIKs into a structured dataset of recent filings with filing dates, accession numbers, direct document links, company metadata, and SEC source links.
The Actor does not use a browser or proxy. It calls SEC public data endpoints
with a configurable User-Agent, follows SEC-friendly pacing, and stores one
dataset row per filing.
The Actor also writes key-value outputs for scheduled workflows:
RUN_SUMMARY: counts, watchlist inputs, and errorsFILING_EXPORT: all emitted SEC filing recordsBUYER_BRIEF: a short Markdown brief by form and companySLACK_ALERTS: compact alert objects for webhook or chat workflows
What data can you extract?
| Field | Description |
|---|---|
ticker | Ticker symbol matched to the filing |
companyName | SEC registrant name |
form | Filing form type, such as 10-K, 10-Q, 8-K, or S-1 |
filingDate | Official filing date |
acceptedAt | SEC acceptance timestamp when available |
reportDate | Period or report date |
accessionNumber | SEC accession number |
primaryDocument | Primary filing document filename |
filingUrl | Direct URL to the SEC filing document |
companyUrl | SEC company browser URL |
Results can be exported from Apify as JSON, CSV, Excel, XML, RSS, or HTML.
Quick start
- Add ticker symbols or CIKs.
- Choose the form types you care about.
- Set
daysBackto the lookback window. - Set
maxResultsto control cost and dataset size. - Add a real contact email in
secUserAgentfor production runs.
Start with a small watchlist such as AAPL, MSFT, and NVDA, then schedule
the Actor for recurring filing alerts.
Input example
{"tickers": ["AAPL", "MSFT", "NVDA"],"formTypes": ["10-K", "10-Q", "8-K", "S-1", "DEF 14A"],"daysBack": 90,"maxResults": 25,"secUserAgent": "sec-edgar-watchlist-apify/0.1 contact: your@email.com"}
Output example
{"cik": "0000320193","ticker": "AAPL","companyName": "Apple Inc.","form": "10-Q","filingDate": "2026-05-01T00:00:00.000Z","acceptedAt": "2026-05-01T20:00:00.000Z","reportDate": "2026-03-28T00:00:00.000Z","accessionNumber": "0000320193-26-000001","primaryDocument": "aapl-20260328.htm","description": "Quarterly report","filingUrl": "https://www.sec.gov/Archives/edgar/data/320193/000032019326000001/aapl-20260328.htm","companyUrl": "https://www.sec.gov/edgar/browse/?CIK=0000320193","source": "SEC EDGAR"}
Pricing
This Actor uses pay-per-event pricing. Dry-run examples are not charged. Apify free-plan users get the first 10 filing records without this Actor's custom event charge; after that, normal pay-per-event pricing and the user's run spending limit apply.
| Event | Price | What counts |
|---|---|---|
filing-record | $0.002 | One SEC filing written to the dataset |
That is $2 per 1,000 emitted filing records, plus normal Apify platform
usage. Use maxResults, formTypes, and daysBack to keep runs predictable.
Common use cases
- Watch new 8-K events for portfolio companies.
- Track S-1 filings from private-company competitors entering public markets.
- Monitor proxy filings and annual reports across a legal or finance watchlist.
- Send new filings into Slack, email, Google Sheets, Airtable, or a dashboard.
- Build a daily SEC filing feed for analysts.
Limits and compliance
The Actor uses official public SEC EDGAR endpoints. It does not provide investment advice, scrape private portals, or bypass access controls.
The SEC expects automated clients to identify themselves. Use a descriptive
secUserAgent with your organization or contact email for production runs.