All capabilities → Filings
Filings

Find, fetch and make sense of the original documents

SEC filings and European issuer publications through one search — with a registry that states what each source can do.

curl "$API/search/AAPL?form=10-K&limit=1"
{
  "cik": 320193,
  "filings": [
    { "form": "10-K", "filed": "2025-11-01",
      "periodOfReport": "2025-09-27",
      "accession": "0000320193-25-000123" }
  ]
}

What you can do with it

Why we built it this way

To verify a figure you need the original. Every derived number should be able to point at a document.

Anyone searching across countries needs clarity about which source is good for what — so the registry is part of the API rather than internal configuration. A source whose limits only we know helps nobody.

Improvements

Endpoints

GET/search/{ticker_or_cik}Filings for an issuer
POST/download/{ticker_or_cik}Fetch a document
POST/download/batchSeveral documents in parallel
GET/publications/sourcesSource registry

Give feedback or ask a question

Something missing, something off, or an answer you don't understand? Write it here — it reaches us directly.

We store only what you type here. No IP address in clear text, no trackers.