Tools
| Name | Description |
|---|---|
get_company_submissionsGet SEC EDGAR submissions metadata by CIK. | Get SEC EDGAR submissions metadata by CIK. |
get_company_factsGet SEC XBRL company facts by CIK. | Get SEC XBRL company facts by CIK. |
get_company_conceptGet one SEC XBRL company concept by CIK, taxonomy, and tag. | Get one SEC XBRL company concept by CIK, taxonomy, and tag. |
get_xbrl_frameGet SEC XBRL frame data by taxonomy, tag, unit, and period frame. | Get SEC XBRL frame data by taxonomy, tag, unit, and period frame. |
list_company_tickersGet the SEC company tickers reference file for ticker-to-CIK lookup. | Get the SEC company tickers reference file for ticker-to-CIK lookup. |
Triggers
| Name | Description |
|---|---|
new_company_filingTriggers when a new SEC EDGAR accession number appears for a CIK after the initial baseline. | Triggers when a new SEC EDGAR accession number appears for a CIK after the initial baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('sec-edgar', 'get_company_submissions', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'sec-edgar',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect SEC EDGAR to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does SEC EDGAR support?
SEC EDGAR supports 5 tools including Get Company Submissions, Get Company Facts, Get Company Concept, Get XBRL Frame, List Company Tickers.
Can I use SEC EDGAR with AI agents?
Yes. Add SEC EDGAR to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can SEC EDGAR be used in stateful agent workflows?
Yes. Agents can combine SEC EDGAR tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does SEC EDGAR use?
SEC EDGAR uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the SEC EDGAR integration cost?
The SEC EDGAR integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does SEC EDGAR support?
SEC EDGAR supports 1 triggers including New Company Filing.
Connect SEC EDGAR in minutes
Get 20,000 free action executions every month. No credit card required.