Contract

Secdef Info

Provides Contract Details of Futures, Options, Warrants, Cash and CFDs based on conid. To get the strike price for Options/Warrants use "/iserver/secdef/strikes" endpoint. Must call /secdef/search for the underlying contract first.

get/iserver/secdef/info

Query parameters

conidstring required

underlying contract id

sectypestring required

FUT/OPT/WAR/CASH/CFD

monthstring

contract month, only required for FUT/OPT/WAR in the format MMMYY, example JAN00

exchangestring

optional, default is SMART

strikenumber

optional, only required for OPT/WAR

rightstring

C for call, P for put

Response

returns an array of objects

conidnumber

IBKR contract identifier

symbolstring

Underlying symbol

secTypestring

Security type

exchangestring

Primary Exchange, Routing or Trading Venue

listingExchangestring

Main Trading Venue

rightstring

Put or Call of the option. C = Call Option, P = Put Option

strikenumber

Set price at which a derivative contract can be bought or sold. The strike price also known as exercise price.

currencystring

Currency the contract trades in

cusipstring

Committee on Uniform Securities Identification Procedures number

couponstring

Annual interest rate paid on a bond

desc1string

Currency pairs for Forex e.g. EUR.AUD, EUR.CAD, EUR.CHF etc.

desc2string

Formatted expiration, strike and right

maturityDatenumber

Format YYYYMMDD, the date on which the underlying transaction settles if the option is exercised

multiplierstring

Multiplier for total premium paid or received for derivative contract.

tradingClassstring

Designation of the contract.

validExchangesstring

Comma separated list of exchanges or trading venues.

Changes

No recorded changes to this endpoint across all 1 revision of this API.