Return the most recent EDGAR filing of each requested form on a company's EDGAR index — by default the latest 10-K, 10-Q and 8-K — with filing and report dates and a direct sec.gov link to each primary document. Request other forms (4, SCHEDULE 13G) and you get the newest one filed about the company. Requested forms with no recent filing are named in forms_not_found, never silently dropped. Use when: What is this company's latest 10-K?
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://api.eckari.com/v1/companies/us/:cik/filings/latest' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://api.eckari.com/v1/companies/us/:cik/filings/latest'
Endpoint: https://api.eckari.com/v1/companies/us/:cik/filings/latest. Operated by api.eckari.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Charges registered against a UK company at Companies House — mortgages, debentures and other security — with dates, classification, particulars and the persons …
Directors of a UK company from the Companies House officers register — the register of directors, secretaries and LLP members — including corporate and nominee …
Return the core registered profile of a UK company from the Companies House register: name, status with derived is_active and is_striking_off, type, jurisdictio…
Return the accounts filing status of a UK company from the Companies House register — the accounting reference date, the last accounts filed (type and period), …
Return the charges registered against a UK company on the Companies House register — mortgages, debentures and other security — with dates, classification, part…
Return the directors of a UK company from the Companies House register — including corporate and nominee directors — with appointment and resignation dates, nat…
Return the filing history of a UK company from the Companies House register — accounts, confirmation statements, officer appointments, address and capital chang…
An empty items list is never the same as "no owner": ownership_status and the filed PSC statements/exemptions explain why the register discloses none. Returns t…
Return the current registered office address of a UK company from the Companies House register as structured fields (premises, address lines, locality, region, …
Return the current legal status of a UK company from the Companies House register — active, dissolved, liquidation, administration, receivership, voluntary-arra…
Search the UK Companies House register by name or keyword and return matching companies with company number, register status and a derived is_active, type, inco…
Return the registered profile of an SEC filer by CIK — legal name, entity type, SIC industry code and description, EIN, filer category, fiscal year end, state o…