list_tickers
List distinct company tickers with filings in a sorted, paged format. Identify available tickers before fetching their specific filings with search_filings.
Instructions
Use this to list the distinct company tickers that have filings.
Returns a sorted, paged list. Use search_filings to fetch filings for a ticker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum tickers to return (1..1000). | |
| offset | No | Zero-based offset for paging. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |