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.
Pass your API key in the X-API-Key header (recommended).
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 timestamp. Useful for incremental syncing.
"2024-01-01T00:00:00Z"
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