get_recent_filings
Retrieve recent SEC EDGAR filings for a specific company or all filers. Filter by ticker/CIK, form type, and time window to access filing dates, accession numbers, and direct SEC URLs.
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 |
|---|---|---|---|
| days | No | ||
| limit | No | ||
| form_type | No | ||
| identifier | No |