relay_edgar_filings
Latest SEC EDGAR filings for any US-listed company for $0.01 per call: 10-K annual reports, 10-Q quarterly reports and 8-K material events, by stock ticker or CIK, sourced live from data.sec.gov. Returns the parsed filing list (company, form type, filing date, direct document URL), filterable with 'since' and 'limit'. Relayed live from a proven upstream source; if the source is down you get a 503 and pay nothing. Pay per call in USDC on Base — no account, no API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | SEC CIK, 1-10 digits. Provide exactly one of ticker or cik. | |
| form | Yes | SEC form type: 10-K annual report, 10-Q quarterly report or 8-K material events | |
| limit | No | Maximum filings to return (1-50) | |
| since | No | Optional inclusive lower bound on filing date, YYYY-MM-DD | |
| ticker | No | Stock ticker, case-insensitive (e.g. AAPL). Provide exactly one of ticker or cik. |