All Conids by Exchange
Send out a request to retrieve all contracts made available on a requested exchange. This returns all contracts that are tradable on the exchange, even those that are not using the exchange as their primary listing.
Note: This is only available for Stock contracts.
GET /trsrv/all-conids
Request Object
Query Params
exchange: String. Required
Specify a single exchange to receive conids for.
Python
Abap
Response Object
ticker: String.
Returns the ticker symbol of the contract
conid: int.
Returns the contract identifier of the returned contract.
exchange: String.
Returns the exchanger of the returned contract.

