SE
SEC EDGAR
/company-filings
Company filings by CIK
Recent filings list plus company metadata for a CIK number.
liveverifieddegraded · 167ms
secfilingscompany
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run sec-edgar /company-filings for me.
Input
| Field | Type | Description |
|---|---|---|
| cik* | string | CIK, e.g. 0001318605 for Tesla |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"sec-edgar","endpoint":"/company-filings","input":{"cik":"..."}}'cli
npx cracked-ai run -p sec-edgar -e /company-filings -i '{"cik":"..."}'mcp
run_tool({ provider: "sec-edgar", endpoint: "/company-filings", input: {"cik":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.