Latest SEC Reports
The most recent 10-K, 10-Q and 8-K for a US company identified by ticker or CIK, each with a direct link to the primary document. Requested forms with nothing recent are named, never silently dropped.
Example answer
What is Apple's latest 8-K, and where is the document?
GET /v1/companies/us/aapl/filings/latest?form=10-K%2C10-Q%2C8-K%2C20-F
- Version
- 3.0.0
- Transport
- HTTP / MCP
- Coverage
- US
Use this when
- What is Apple's latest 8-K, and where is the document?
- You have a ticker or CIK and need the newest 10-K, 10-Q or 8-K for that company.
- Give me a link to the most recent annual report of this US filer.
- You need the newest annual and quarterly reports for a US company in one call.
- You are checking whether a US company has filed its latest quarterly report.
- You need the report period covered by the newest filing of a given form.
Don't use this when
- You need to know who submitted the filing — EDGAR's submissions index carries no filer identity, and for ownership forms (3, 4, 5, SCHEDULE 13G) the submitter is a third party, not the company.
- You need the full filing history or several filings of one form — use company.us.filings.
- You need company details rather than filings — use company.us.profile.
- You have a company name rather than a ticker or CIK — tickers are matched exactly and names never; use company.us.resolve first.
- The company is UK registered — use company.uk.filings.
If the user has asked you to inspect a specific website, page or URL, use your browsing tool instead — this capability only returns the SEC EDGAR record.
Input
SEC CIK or exchange ticker symbol. All digits is read as a CIK (leading zeros and an EDGAR CIK prefix are both accepted: 320193, 0000320193, CIK0000320193); anything else is read as a ticker (1-10 characters starting with a letter) and matched exactly, case-insensitively, against the SEC listed-security index — AAPL, aapl and BRK-B all work. Company names are not accepted: resolve one with company.us.resolve. A ticker with no SEC index entry returns NOT_FOUND, which is not a billable result.
Comma-separated EDGAR form types to report the latest filing of. Defaults to "10-K,10-Q,8-K". Matching is exact and case-insensitive; output order follows the requested order.
What the result means
SEC Central Index Key of the subject company, zero-padded to 10 digits — the resolved identifier when the request supplied a ticker.
Current filer name on EDGAR.
The request as interpreted. The resolved CIK is data.cik and the forms covered are in forms_requested.
The forms this answer covers, upper-cased, in the order they were requested (the default set when the caller supplied no form).
Requested forms with no filing in EDGAR's recent window for this CIK. This is an answer, not an omission — a form listed here has no recent filing rather than an unknown one.
The newest filing of each requested form that appears in EDGAR's recent window for this CIK, in the order the forms were requested. Forms with no filing in that window are named in forms_not_found. The window is the company's EDGAR index, so a requested ownership form (3, 4, 5, SCHEDULE 13G) returns the newest filing made about the company by a third party; EDGAR does not publish who submitted it.
Provenance
- Source
- SEC EDGAR
- Freshness
- Near live · read at request time, not cached
- Region
- US
Access
- Over MCP
- company_us_filings_latest
- Over HTTP
- GET https://api.eckari.com/v1/companies/us/{id}/filings/latest
- Price
- $0.003 per call over x402. Account access $0.002 when that rail opens.
Related capabilities
The EDGAR filing index for a US company identified by ticker or CIK, filterable by form and date. It is the company's own index, so it also holds filings third parties made about it.
The registered SEC filer record behind a ticker or CIK: legal name, entity type, SIC industry, fiscal year end, state of incorporation, tickers and exchanges.
Turn a ticker or company-name fragment into the SEC CIK that every other US company capability takes, ranked deterministically.