edgar_search
Search SEC EDGAR metadata to find companies by name or list filings by form type and company. Retrieve filings information without full-text search.
Instructions
Use this to find companies by name or list filings by form type and company. This searches metadata (names, form types, dates) — not filing text content. For full-text content search, use edgar_text_search instead.
Examples:
Find companies: query="software", search_type="companies"
Company's 8-Ks: identifier="AAPL", form="8-K", search_type="filings"
Recent 10-Ks: form="10-K", search_type="filings"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form | No | Filter filings by form type (10-K, 10-Q, 8-K, DEF 14A, 13F-HR, etc.) | |
| limit | No | Maximum results per category (default 20) | |
| query | No | Search term for company name or description | |
| identifier | No | Limit filing search to specific company (ticker/CIK) | |
| search_type | No | What to search: companies, filings, or all | all |