Skip to main content

Search Companies

Search companies by name or ticker symbol.

Designed for typeahead search as users type in a search field. Returns a list of matching companies with their names, ticker symbols, exchange, and CIK.

  • query: Text to search for in company names or tickers (case-insensitive partial match)
  • includeDelisted: Whether to include delisted companies in search results
  • limit: Maximum number of results to return (defaults to 10)

Note: All JSON fields use camelCase naming convention.

Query Parameters
query Query

Search by company name or ticker (partial match)

Search by company name or ticker (partial match)

includeDelisted Includedelisted

Include delisted companies in results

Include delisted companies in results

limit Limit

Maximum number of records to return

Maximum number of records to return

Responses
200

Successful Response

Schema OPTIONAL
object[]
name Name
tickers string[]
exchange Exchange OPTIONAL
cik Cik
delisted Delisted OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type