Data APIs SEC Event Intelligence API
com.data-apis.api/sec-event-intelligenceData APIs SEC Event Intelligence API for SEC API/EDGAR filings, OpenAPI, MCP, A2A at data-apis.com.
Tools · 11
Preview the SEC filing response shape without an API key. Returns a small public sample only, then call sec_subscription_info for RapidAPI checkout, pricing, MCP config, and API-key setup links. Examp…
Return public pricing, checkout, documentation, and access links for SEC Event Intelligence without an API key. Use this after sec_demo_latest_filings to choose the free Basic tier or the $19/month Pr…
Fetch a newest-first snapshot of public SEC filings. Use for initial dashboards or latest-form lookups when no polling cursor is needed; use sec_filing_changes for incremental polling. Authentication:…
Fetch filings observed on or after a since date for polling jobs that persist a cursor. Supports ticker/CIK, form, and event-type filters; use sec_latest_filings for a simple newest-first snapshot. Au…
Fetch incremental filing changes for multiple tickers or CIKs, grouped into per-company buckets. Use for batch watchlist polling, alert fan-out, and dashboards that track a fixed issuer list. Authenti…
Search the SEC company index by ticker, CIK, or legal name and return identifiers to pass into profile, filings, events, and insider-trade tools. Authentication: requires a Data APIs key sent as x-api…
Fetch one issuer profile with ticker/CIK identity, filing coverage, form counts, and latest known filing. Use after company search to verify the target issuer before retrieving filings. Authentication…
Return newest-first filing rows for one company, optionally narrowed by SEC form type. Use when you need accession numbers and filing metadata history, not normalized event categories. Authentication:…
Return normalized event records derived from one company's filings. Use when you need event labels and monitoring-friendly changes instead of the full company filing list. Authentication: requires a D…
Return public insider ownership filing metadata from Forms 3, 4, and 5, optionally scoped to one ticker or CIK. Use for insider activity monitoring, not trade recommendations. Authentication: requires…
Retrieve one normalized filing summary by SEC accession number, including issuer, form, filed date, source links, and concise summary fields. Use after another filing tool returns accessionNo. Authent…
Resources · 24
First executable no-key tools/call JSON-RPC payload and follow-up access call for SEC Event Intelligence MCP clients.
https://api.data-apis.com/mcp/first-public-tool-call.json
Hosted Streamable HTTP MCP setup page for SEC Event Intelligence.
https://api.data-apis.com/mcp
Access route chooser for MCP clients after public setup tool calls.
https://api.data-apis.com/mcp/access
No-key demo and subscription-info tools/call setup path for SEC Event Intelligence MCP clients.
https://api.data-apis.com/mcp/tool-call-quickstart
Browser-run no-key MCP demo for calling public SEC setup tools before choosing REST or hosted MCP access.
https://api.data-apis.com/mcp/demo-runner
Authentication, credential boundary, and read-only scope profile for the hosted SEC Filing MCP server.
https://api.data-apis.com/mcp/security
Machine-readable MCP security and authentication profile for directory and client evaluation.
https://api.data-apis.com/.well-known/mcp-security.json
Remote MCP server manifest for registry and client discovery.
https://api.data-apis.com/server.json
Directory-ready metadata for MCP server submission workflows.
https://api.data-apis.com/mcp-directory-submission.json
Public MCP setup asset for SEC Event Intelligence buyers.
https://api.data-apis.com/downloads/sec-event-intelligence-mcp-directory-kit.json
Machine-readable RapidAPI REST, hosted MCP, pricing, OpenAPI, and evaluation handoff links.
https://api.data-apis.com/access.json
Plan, checkout, and direct-access options for the SEC API.
https://api.data-apis.com/pricing
Machine-readable plan, checkout, and direct-access metadata.
https://api.data-apis.com/plans.json
Public MCP setup asset for SEC Event Intelligence buyers.
https://api.data-apis.com/downloads/sec-event-intelligence-mcp-client-config.json
Public MCP setup asset for SEC Event Intelligence buyers.
https://api.data-apis.com/downloads/sec-event-intelligence-vscode-mcp.json
Public MCP setup asset for SEC Event Intelligence buyers.
https://api.data-apis.com/downloads/sec-event-intelligence-mcp-first-call.py
Public MCP setup asset for SEC Event Intelligence buyers.
https://api.data-apis.com/downloads/sec-event-intelligence-mcp-demo-call.json
Public MCP setup asset for SEC Event Intelligence buyers.
https://api.data-apis.com/downloads/sec-event-intelligence-mcp-subscription-info-call.json
Public MCP setup asset for SEC Event Intelligence buyers.
https://api.data-apis.com/downloads/sec-event-intelligence-mcp-prompts-list.json
Public MCP setup asset for SEC Event Intelligence buyers.
https://api.data-apis.com/downloads/sec-event-intelligence-mcp-try-demo-prompt.json
Public MCP setup asset for SEC Event Intelligence buyers.
https://api.data-apis.com/downloads/sec-event-intelligence-mcp-watchlist-prompt.json
Public MCP setup asset for SEC Event Intelligence buyers.
https://api.data-apis.com/downloads/sec-event-intelligence-mcp-evaluation-workflow.json
Public MCP setup asset for SEC Event Intelligence buyers.
https://api.data-apis.com/downloads/sec-event-intelligence-mcp-evaluation-curl.sh
Authentication and first-request setup for SEC API buyers.
https://api.data-apis.com/quickstart
Prompts · 2
Guide an MCP client through the no-key demo call, subscription-info tool, and REST or hosted MCP access handoff.
Draft a production watchlist polling workflow using SEC Event Intelligence tools after the buyer chooses an access route.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"data_apis_sec_event_intelligence_api": {
"url": "https://api.data-apis.com/mcp",
"transport": "streamable-http"
}
}
}