List companies
Returns a paginated list of companies. Filter by entity slug (e.g., ‘apple’), ticker, domain, CIK, or QID. Search by name or fetch updates since a timestamp.
Authorizations
Pass your API key in the X-API-Key header (recommended).
Query Parameters
Results per page
1 <= x <= 100Opaque pagination cursor from previous response
Search by name (case-insensitive partial match)
200"Apple"
Only items updated after this ISO 8601 date or date-time (e.g. 2024-01-01 or 2024-01-01T00:00:00Z). Useful for incremental syncing.
"2024-01-01T00:00:00Z"
Bulk multi-get: one or more company slugs (e.g. 'apple'), domains (e.g. 'apple.com'), or IDs, comma-separated (max 100) — the same identifiers GET /v1/companies/{id} accepts. When set, returns exactly those companies and the other filters/search and pagination are ignored. Refs that don't resolve are omitted from the response.
100["apple", "tesla.com", "nvidia"]Filter by stock ticker symbol(s), comma-separated
100["AAPL", "GOOG"]Filter by company domain(s), comma-separated
100["apple.com"]Filter by SEC CIK(s), comma-separated
100["0000320193"]Filter by Wikidata QID(s), comma-separated
100["Q312"]Entity slug(s) (e.g., 'apple', 'nvidia') or ID(s), comma-separated
100