Skip to main content

List Companies

List all available companies, optionally filtered by name or ticker.

  • name: Optional filter for company name (case-insensitive partial match)
  • ticker: Optional filter for exact ticker symbol match (case-insensitive)
  • includeDelisted: Whether to include delisted companies
  • limit: Maximum number of records to return (defaults to 100)

Note: All JSON fields use camelCase naming convention.

Query Parameters
name Name

Filter companies by name (partial match)

Filter companies by name (partial match)

ticker Ticker

Filter companies by exact ticker symbol match

Filter companies by exact ticker symbol match

includeDelisted Includedelisted

Include delisted companies

Include delisted companies

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