SEC Daily API
Every public SEC filing — structured, enriched, and queryable. Minutes after it hits EDGAR.
One API call returns the filing plus the company — ticker, exchange, and name already attached. Covers every public form type: 10-Ks, 8-Ks, Form 4s, proxy statements, and more.
New filings are indexed within minutes of publication — not hours. React to disclosures as they happen.
Every filing includes the company name, ticker, and exchange. No extra lookups, no joining tables.
Low-latency responses from edge infrastructure. Consistent speed whether you're in New York, London, or Singapore.
Filed documents never change. A 10-K from 2019 always returns the same data — cache freely and save on quota.
Methods
| Method | Description |
|---|---|
client.getFilings(params?) | Search filings by ticker, CIK, form type, or date range |
client.getNews(params?) | Fetch SEC press releases and EDGAR news items |
client.getEntity(params) | Look up a company by ticker or CIK |
What people build with it
Errors
| Status | Meaning |
|---|---|
401 | API key missing |
403 | Invalid key, or date range exceeds your plan's history |
429 | Monthly quota reached — upgrade |
500 | Server error — retry with backoff |