Contract

Search by Symbol or Name

Search by underlying symbol or company name. Relays back what derivative contract(s) it has. This endpoint must be called before using /secdef/info. If company name is specified will only receive limited response: conid, companyName, companyHeader and symbol.

post/iserver/secdef/search

Request body

symbolstring required

symbol or name to be searched

nameboolean

should be true if the search is to be performed by name. false by default.

secTypestring

If search is done by name, only the assets provided in this field will be returned. Currently, only STK is supported.

Response

returns an array of results

conidinteger

Contract Identifier

companyHeaderstring

Company Name - Exchange

companyNamestring
symbolstring

Underlying symbol

descriptionstring

Exchange

restrictedstring
fopstring

List of Future Option expirations in YYYMMDD format separated by semicolon

optstring

List of Option expirations in YYYYMMDD format separated by semicolon

warstring

List of Warrant expirations in YYYYMMDD format separated by semicolon

Changes

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