Get Watchlist Information
Request the contracts listed in a particular watchlist.
GET /iserver/watchlist
Request Object
Query Params
id: String. Required
Set equal to the watchlist ID you would like data for.
Python
Abap
Response Object
The first request may only return the values C, conid, and name values. Subsequent requests will add additional contract information.
id: String.
hash: String.
name: String.
readOnly: bool.
instruments: Array of Objects.
[{
C: String.
Returns the contract ID.
conid: int.
Returns the contract ID.
name: String.
Returns the long name of the company.
fullName: String.
Returns the local symbol of the contract.
assetClass: String.
Returns the security type of the contract.
ticker: String.
Returns the ticker symbol for the contract.
chineseName: String.
Returns the Chinese character name for the contract.
}]

