Contract information by Contract ID
Requests full contract details for the given conid
GET /iserver/contract/{conid}/info
Request Object
Path Params:
conid: String.
Contract ID for the desired contract information.
Python
Abap
Response Object
conid: int.
Contract ID of the requested contract.
ticker: String.
Ticker symbol of the requested contract.
secType: String.
Security type of the requested contract.
listingExchange: String.
Primary exchange of the requested contract.
exchange: String.
Traded exchange of the requested contract set in the request.
companyName: String.
Company name of the requested contract.
currency: String.
National currency of the requested contract.
validExchanges: String.
All valid exchanges of the requested contract.
priceRendering: String.
Render price of the requested contract.
maturityDate: String.
Maturity, or expiration date, of the requested contract.
right: String.
Right, put or call, of the requested contract.
strike: int.
Strike price of the requested contract.

