edgar_text_search
Search the full text of SEC filings to find mentions of specific topics, products, risks, or events.
Instructions
Use this to find filings that mention specific topics, products, risks, or events. Searches the actual text content of all SEC filings via EDGAR's full-text search index (EFTS). Different from edgar_search which only searches metadata.
Examples:
Topic search: query="artificial intelligence"
8-K events: query="cybersecurity incident", forms=["8-K"]
Date range: query="supply chain disruption", start_date="2024-01-01"
Company-specific: query="tariff impact", forms=["10-K"], identifier="AAPL"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| forms | No | Filter by form types (e.g., ['10-K', '8-K']). Default: all forms. | |
| limit | No | Max results to return (default 20, max 50) | |
| query | Yes | Full-text search query (searches filing content) | |
| end_date | No | End date for filing date range (YYYY-MM-DD) | |
| identifier | No | Optional company ticker or CIK to scope results | |
| start_date | No | Start date for filing date range (YYYY-MM-DD) |