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 NameFilter companies by name (partial match) Filter companies by name (partial match) |
ticker TickerFilter companies by exact ticker symbol match Filter companies by exact ticker symbol match |
includeDelisted IncludedelistedInclude delisted companies Include delisted companies |
limit LimitMaximum number of records to return Maximum number of records to return |
Responses | |||||||
---|---|---|---|---|---|---|---|
200 Successful Response
| |||||||
422 Validation Error
|