sec-filing-intel
Retrieve real-time SEC EDGAR filings for any US public company by ticker or CIK. Get company profiles, recent filings, and direct EDGAR URLs without an API key.
Instructions
Real-time SEC EDGAR filing lookup by ticker or CIK. Returns company profile plus recent filings (form type, date, description, EDGAR URL). Supports 8-K (material events), 10-K/10-Q (earnings), Form 4 (insider trades), DEF14A (proxy), and all other EDGAR form types. Authoritative US government data, no API key, updated within minutes of filing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | No | US public company ticker symbol (e.g. AAPL, MSFT, TSLA). Case-insensitive. Provide either ticker or cik. | |
| cik | No | SEC Central Index Key (CIK). Provide as numeric string or zero-padded 10-digit form. Use instead of ticker if ticker is unknown. | |
| form_type | No | Filter results to a specific form type (e.g. 8-K, 10-K, 10-Q, 4, DEF14A, S-1). Case-insensitive. If omitted, returns all recent filings. | |
| limit | No | Max number of filings to return. Default 10, max 25. |