monitor.match events, customer-configured email notifications, and REST polling for latest filings.
Capabilities
Monitor alerts
Create monitors for forms, tickers, and keyword queries. Matching filings emit
monitor.match delivery events.Webhook callbacks
Register an endpoint subscribed to
monitor.match and SEC API will POST signed delivery payloads with retry handling.Email notifications
Send monitor matches to verified recipients with unsubscribe, bounce, complaint, and billing-pause state handled by SEC API.
Structured payloads
Every event includes parsed metadata: accession number, form type, filer CIK, company name, filed date, and direct document URLs.
Quick start
Create a webhook endpoint for monitor match events:Use cases
Earnings release monitoring
Detect 8-K filings with Item 2.02 (Results of Operations) as monitor matches are swept. Trigger downstream analysis pipelines or alert internal teams from a signed webhook.Compliance surveillance
Financial institutions can monitor filings from counterparties, portfolio companies, and regulated entities without polling EDGAR directly.AI-powered filing analysis
Pipe monitor match events into LLM workflows to generate summaries, risk assessments, or structured extractions when relevant filings arrive.API endpoints
| Endpoint | Description |
|---|---|
POST /v1/monitors | Create a saved filing monitor |
GET /v1/monitors | List saved monitors |
GET /v1/monitors/:monitor_id/matches | Preview recent monitor matches |
POST /v1/webhook_endpoints | Register a webhook endpoint for delivery events |
GET /v1/webhook_endpoints | List active webhooks |
POST /v1/webhook_endpoints/:webhook_id/test | Send a signed test event |
POST /v1/webhook_endpoints/:webhook_id/rotate_secret | Rotate the HMAC signing secret |
GET /v1/webhook_endpoints/:webhook_id/deliveries | Inspect delivery history |
GET /v1/filings/latest | Poll latest filings (REST fallback) |
Why SEC API for filing monitors
| Feature | SEC API | Raw EDGAR | sec-api.io | Quiver Quant |
|---|---|---|---|---|
| Saved filing monitors | Yes | No | Limited | Limited |
| Webhook with HMAC signing | Yes | No | Yes | No |
| Email notification lifecycle | Yes | No | Limited | Limited |
| Form type filtering | Yes | No | Yes | Limited |
| Structured JSON payloads | Yes | No (raw index) | Yes | Partial |
| Python + JS SDKs | Yes | No | No | No |
Get started
Get your API key
Start monitoring SEC filings with 150 included API calls (one-time).

