Retrieves a list of companies from the Captide database that match user-specified parameters. The response includes key company information such as name, ticker symbol(s) with exchange suffixes, country of domicile, SEC filing status, and the unique company ID assigned by Captide.
Comma-separated list of company tickers (supports both base tickers like 'ITX' and suffixed tickers like 'ITX.MC')
Comma-separated list of companies' country of domicile (ISO 3166-1 alpha-2)
Whether the companies file reports with the SEC
Comma-separated list of unique company IDs
Maximum number of records to return. Required range: 1 <= x <= 1000
1 <= x <= 1000
Successful list results
The response is of type CompanyListResponse · object[]
.