get_recent_filings
Fetch recent SEC filings for a specific company or all filers. Filter by form type, date range, and limit to quickly access filed documents.
Instructions
Get recent SEC filings for a company or across all filers.
Args: identifier: Company ticker/CIK (optional, omit for all recent filings) form_type: Filter by form type (e.g., "10-K", "10-Q", "8-K", "4") days: Number of days to look back (default: 30) limit: Maximum filings to return (default: 50)
Returns: List of filings with dates, form types, accession numbers, and SEC URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | No | ||
| form_type | No | ||
| days | No | ||
| limit | No |