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" }
]
}
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.
| GET | /search/{ticker_or_cik} | Filings for an issuer |
| POST | /download/{ticker_or_cik} | Fetch a document |
| POST | /download/batch | Several documents in parallel |
| GET | /publications/sources | Source registry |
Something missing, something off, or an answer you don't understand? Write it here — it reaches us directly.