Full-text search across SEC filings
search_filingsSearch the full text of every SEC filing since 2001 (the EDGAR full-text index). Returns matching filing documents with company, form, date, 8-K item codes, and a SEC.gov link. Quote a phrase for exact match; filter by form and date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query. Quote a phrase ("climate change") for an exact match; space-separated terms are ANDed. | |
| enddt | No | Only filings on/before this date, YYYY-MM-DD. | |
| forms | No | Comma-separated form filter, e.g. '8-K' or '10-K,10-Q'. | |
| limit | No | Results to return, 1-100 (default 20). | |
| offset | No | Pagination offset into the result set (default 0). | |
| startdt | No | Only filings on/after this date, YYYY-MM-DD. |