SE
SEC EDGAR
/company-lookup
Ticker to CIK
Resolve a stock ticker to CIK and company name.
liveverifieddegraded · 184ms
secticker
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run sec-edgar /company-lookup for me.
Input
| Field | Type | Description |
|---|---|---|
| ticker* | string | Ticker symbol |
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-lookup","input":{"ticker":"..."}}'cli
npx cracked-ai run -p sec-edgar -e /company-lookup -i '{"ticker":"..."}'mcp
run_tool({ provider: "sec-edgar", endpoint: "/company-lookup", input: {"ticker":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.