edgar_full_text_search
Full-text search across all SEC filings via the EDGAR EFTS index. Filter by comma-separated form types and date range. Useful for finding filings that mention specific terms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| forms | No | Comma-separated form types to filter (e.g. '10-K,10-Q'). Optional. | |
| limit | No | Maximum rows to return (default 25, max 100). | |
| query | Yes | Search query (e.g. 'cybersecurity incident', 'going concern'). | |
| end_date | No | Optional ISO date upper bound (YYYY-MM-DD). | |
| start_date | No | Optional ISO date lower bound (YYYY-MM-DD). |