get_edgar_filings
Retrieve SEC EDGAR filings for a company, search full-text across all filings since 2001, or stream live submissions by form type.
Instructions
SEC EDGAR filings, as close to real time as a public feed allows — timestamps carry the second the SEC accepted the document.
Three modes, chosen by what you pass:
symbolset → that company's recent filings (earnings 8-Ks, 10-Q, 10-K, Form 4).queryset → full-text search across filing bodies, 2001-present.neither → the live firehose of
form_typefilings from every registrant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return (default 15). | |
| query | No | Full-text phrase to search for (e.g. "going concern", "tariff"). | |
| symbol | No | Ticker to scope to (e.g. MU, AAPL). | |
| form_type | No | Filing type — 8-K, 10-Q, 10-K, 4, S-1, 13F-HR. Comma-separate for several. | 8-K |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |