list_tickers
Retrieve a full list of supported stock tickers by searching name, symbol, or exchange mic, with options to paginate results for efficient data access.
Instructions
Get the full list of supported tickers.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
exchange | No | Use this parameter to search stock tickers by the exchange mic. | |
limit | No | Specify a pagination limit (number of results per page) for your API request. Default limit value is `100`, maximum allowed limit value is `1000`. | |
offset | No | Specify a pagination offset value for your API request. Example: An offset value of `100` combined with a limit value of 10 would show results 100-110. Default value is `0`, starting with the first available result. | |
search | No | Use this parameter to search stock tickers by name or ticker symbol. |