Eckari · US Filings

by Eckari

GETBase

$0.005

per call · USD Coin on Base

Return the recent EDGAR filing history of a US company identified by stock ticker (AAPL) or CIK, optionally filtered by form type and filing date and paged. It is the company's own EDGAR index, so it also holds filings third parties made about it (SCHEDULE 13G, Forms 3/4/5, UPLOAD). Each entry carries the accession number, form, dates, 8-K items, XBRL flags, size and sec.gov links. Use when: List every 8-K on this ticker's EDGAR index this year, with links to the documents.

Endpoint

GET https://api.eckari.com/v1/companies/us/:id/filings

3

Calls / 30d

1

Unique payers / 30d

Aug 27

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.eckari.com/v1/companies/us/:id/filings", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.eckari.com/v1/companies/us/:id/filings?form=10-K&limit=2&offset=0" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {
    "cik": "0000320193",
    "has_more_history": true,
    "items": [
      {
        "accession_number": "0000320193-25-000079",
        "act": "34",
        "document_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019325000079/aapl-20250927.htm",
        "file_number": "001-36743",
        "filing_date": "2025-10-31",
        "form": "10-K",
        "index_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019325000079/0000320193-25-000079-index.htm",
        "is_inline_xbrl": true,
        "is_xbrl": true,
        "item_codes": [],
        "primary_doc_description": "10-K",
        "primary_document": "aapl-20250927.htm",
        "report_date": "2025-09-27",
        "size_bytes": 9392337
      },
      {
        "accession_number": "0000320193-24-000123",
        "act": "34",
        "document_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019324000123/aapl-20240928.htm",
        "file_number": "001-36743",
        "filing_date": "2024-11-01",
        "form": "10-K",
        "index_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019324000123/0000320193-24-000123-index.htm",
        "is_inline_xbrl": true,
        "is_xbrl": true,
        "item_codes": [],
        "primary_doc_description": "10-K",
        "primary_document": "aapl-20240928.htm",
        "report_date": "2024-09-28",
        "size_bytes": 9759333
      }
    ],
    "name": "Apple Inc.",
    "page": {
      "has_more": true,
      "limit": 2,
      "next_offset": 2,
      "offset": 0,
      "returned": 2,
      "total": 11
    },
    "query": {
      "form": "10-K",
      "id": "AAPL",
      "matched_by": "ticker",
      "since": null
    }
  },
  "meta": {
    "capability": "company.us.filings",
    "freshness": "near_live",
    "source": "sec_edgar",
    "version": "3.0.0"
  }
}

Payment details

Pay to0x9d6b6fdb04040a55d58b24ff4c90c08cf6083c8f
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Eckari & similar services

E

Eckari · UK Directors

api-staging.eckari.com

Return the officers registered against a UK company on the Companies House register — directors, secretaries, LLP members and corporate officers — with role, appointment and resignation dates, nationality, country of residence, occupation, month/year of birth and public correspondence address. Active officers by default; include_resigned adds history. Paging is explicit: has_more and next_offset say whether more matching officers remain. Use when: Who are the directors of this UK company?

GETBase SepoliaData & Enrichment
$0.005 / call11 calls / 30d
E

Eckari · FX Reference Rate

api-staging.eckari.com

European Central Bank euro foreign exchange reference rate for a pair - the latest published fix or any date in the last 90 days. The ECB publishes EUR/XXX only, so inverse and cross rates are computed by Eckari from the same fix and named in rate_derivation. Reference rates, one per TARGET working day around 16:00 CET, not tradable market rates. Source and reuse conditions travel in meta.attribution. Use when: What is the ECB reference rate for EUR to USD?

GETBase SepoliaSocial & Community
$0.002 / call10 calls / 30d
E

Eckari · UK Status

api-staging.eckari.com

Return the current legal status of a UK company from the Companies House register — active, dissolved, liquidation, administration, receivership, voluntary-arrangement and others — with status detail, cessation date, a derived is_active (true for the live-on-the-register statuses active, open and registered) and a derived is_striking_off for an active company with a proposal to strike off. One call, one authoritative register answer. Use when: Is this UK company still active?

GETBase SepoliaData & Enrichment
$0.003 / call10 calls / 30d