list_companies
Retrieve a page of companies with public tickers, sorted by name or total filings, for browsing or building a company picker.
Instructions
List companies with a public ticker, sorted by name or total filings. Returns a single page of companies that have a tracked public ticker — for browsing or building a company picker, not for searching by name or CIK (there is no full-text search here; use GET /v1/companies/{ticker} to fetch one company by its exact ticker). Each entry includes the company's CIK, name, ticker, exchange, total filing count, and distinct insider count. There is no page parameter — this endpoint always returns the top limit companies by the chosen sort order. Not plan-gated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order: "name" (alphabetical, default) or "totalfilings" (most SEC filings first). Case-insensitive; unrecognized values fall back to "name". | |
| limit | No | Maximum number of companies to return. Defaults to 50, maximum 50. |