Monitoring operations
Streams and Webhooks API
Make disclosure monitoring operational, not manual.
Use stream subscriptions, monitors, webhooks, and delivery controls to turn filing and event signals into system workflows.
Category
Operations
Grouped for navigation, not for access control.
Primary use
Investor workflow
Built around diligence, monitoring, and source-backed analysis.
Access
API key
Use the x-api-key header for authenticated requests.
Investor use cases
Where it earns its keep
- Route new filings into internal research queues.
- Trigger alerts when a watchlist issuer files a material event.
- Keep monitoring workflows auditable.
Workflow
How to use it without losing provenance
- Create a monitor or stream subscription, configure delivery, then reconcile downstream events with request IDs.
- Use webhook replay and diagnostics for operational reliability.
Example request
Code
curl -X POST "https://api.secapi.ai/v1/monitors" \
-H "x-api-key: $SECAPI_API_KEY" \
-H "content-type: application/json" \
-d '{"name":"Watch 8-Ks","query":"material event","filters":{"forms":["8-K"]}}'Endpoints
/v1/monitors/v1/stream_subscriptions/v1/stream_subscriptions/{stream_id}/events/v1/webhook_endpoints/v1/delivery/unsubscribeLimitations
What to check before relying on the output
- Delivery systems require retry, idempotency, and audit handling on the client side.
- Monitoring is only useful when alert rules stay narrow enough to act on.
Related APIs
SEC filing discovery
EDGAR Filing Search API
Search and retrieve SEC filings with canonical metadata, accession numbers, and source links.
Disclosure events
Events API
Enforcement, auditor changes, officer changes, restatements, voting results, and M&A event workflows.
Research outputs
Artifacts API
Create, retrieve, export, download, summarize, and reconcile artifacts.
All APIs
SEC filing discovery
EDGAR Filing Search API
Search and retrieve SEC filings with canonical metadata, accession numbers, and source links.
Disclosure retrieval
Full-Text and Semantic Search API
Full-text and semantic search across filing text and sections for research and agent workflows.
Financial statement extraction
Statements and XBRL Facts API
Structured financial statements, XBRL facts, segmented revenues, and share-float reads.
Issuer profile
Company Intelligence API
Company overview, identifiers, segments, subsidiaries, and issuer context.
Institutional ownership
Ownership API
13F, institutional ownership, 13D/13G, manager portfolios, and ownership comparison workflows.
Form 3, 4, and 5
Insider Trading API
Insider transactions, restricted-sale notices, board composition, and compensation context.
Financing and share count risk
Dilution API
Dilution Score, offerings, share float, warrants, convertibles, cash runway, and financing-risk context.
Factor context
Factor Data API
Factor returns, exposures, valuations, decomposition, related stocks, and regime context.
Portfolio surveillance
Portfolio API
Portfolio analysis, attribution, stress testing, hedge construction, and optimization workflows.
Agent-ready analysis
Investor Intelligence API
Company, security, portfolio, earnings, country, query, and footnote intelligence workflows.
Macro regime context
Macro API
Macro indicators, releases, calendars, forecasts, regimes, and high-signal context.
Market reference
Market Utilities API
Market calendars, snapshots, bars, corporate actions, indices, financials, estimates, and reference utilities.
Disclosure events
Events API
Enforcement, auditor changes, officer changes, restatements, voting results, and M&A event workflows.
Identity graph
Entity Resolution API
Resolve CIK, ticker, FIGI, ISIN, CUSIP, names, and canonical entity context.
Monitoring operations
Streams and Webhooks API
Stream subscriptions, monitors, webhooks, delivery controls, and operational notifications.
Research outputs
Artifacts API
Create, retrieve, export, download, summarize, and reconcile artifacts.
Dataset analytics
Analytics Query API
Tenant-safe analytical query workflows over supported SEC API history datasets.