SE
SEC Event Intelligence
/sec_company_events
SEC company events
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 f
liveverifiedunknown~5s typical
mcpprobedseceventintelligence
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-data-apis-api-sec-event-intelligence /sec_company_events for me.
Input
| Field | Type | Description |
|---|---|---|
| limit | integer | Maximum normalized company events to return. default 50 |
| ticker* | string | Ticker symbol or 10-digit CIK for one issuer. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-data-apis-api-sec-event-intelligence","endpoint":"/sec_company_events","input":{"limit":50,"ticker":"..."}}'cli
npx cracked-ai run -p mcp-com-data-apis-api-sec-event-intelligence -e /sec_company_events -i '{"limit":50,"ticker":"..."}'mcp
run_tool({ provider: "mcp-com-data-apis-api-sec-event-intelligence", endpoint: "/sec_company_events", input: {"limit":50,"ticker":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.