SEC filings are public. SourceKeel structures them into JSON and links every value back to the filing it came from. Commercial use and redistribution are allowed on paid plans.
$ curl https://sourcekeel.com/v1/companies/0000320193/revenue-segments/latest \
-H "Authorization: Bearer sk_live_xxx"
Every row cites the filing, form, accession, document, and source table. Any number traces back to SEC.gov.
Display SourceKeel data in your app, dashboard, screener, or newsletter. There is no separate redistribution license.
An MCP server and CLI come with it. The same source-backed JSON serves people and agents.
Financials, ownership, disclosure, governance, and fund holdings. Every surface is source-backed, and the raw filings sit underneath when a schema misses a field.
Not just a link to the filing. You get the accession, document, table, and XBRL tag behind each number.
Some SEC APIs need a sales call before you can display or resell data. Ship and Mirror include it.
Responses come from precomputed objects, not live parsing, so the API stays fast under load.
Weekend bulk snapshots and daily delta windows into your warehouse. Local copies are allowed on Mirror.
The CLI doubles as an MCP server over stdio. Same key, same source-backed objects, no private backend path.
export SOURCEKEEL_API_KEY=sk_live_xxx
sourcekeelctl mcp stdio
Public SEC data, structured and linked to its source. Commercial use and redistribution are allowed on paid plans.
Get an API key See pricing