list_exchange_tickers
Retrieve all available tickers for a specific financial exchange by providing its MIC code. Supports pagination with customizable limit and offset for efficient data handling.
Instructions
Obtain all available tickers for a specific exchange.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
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`. | |
mic | Yes | Obtain all available tickers for a specific exchange by attaching the exchange MIC, e.g. `XNAS`. | |
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. |