Search SEC Filings
search_sec_filingsSearch and list SEC filings for specific companies using CIK numbers, filter by form types and date ranges, and retrieve paginated metadata for financial research.
Instructions
Search and list SEC filings with filtering by company (CIK), form type, and date range. Returns paginated results with filing metadata including form type, filing date, company name, and accession number. Use this to find filings before reading their content with get_filing_document or get_filing_exhibits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ciks | No | Comma-separated CIK numbers to filter by (e.g., "0000320193,0001018724") | |
| page | No | Page number (1-indexed, default: 1) | |
| dateTo | No | End date filter (YYYY-MM-DD) | |
| dateFrom | No | Start date filter (YYYY-MM-DD) | |
| pageSize | No | Results per page (default: 25, max: 100) | |
| formTypes | No | Comma-separated form types (e.g., "10-K,10-Q,8-K,S-1,S-3,424B5") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No |