Search Instruments By Symbol
Returns a list of contracts based on the search symbol provided as a query param.
Request
This endpoint expects an object.
symbol
The ticker symbol, bond issuer type, or company name of the equity you are looking to trade.
secType
Available underlying security types:
* `STK` - Represents an underlying as a Stock security type.
* `IND` - Represents an underlying as an Index security type.
* `BOND` - Represents an underlying as a Bond security type.
Allowed values:
name
Denotes if the symbol value is the ticker symbol or part of the company's name.
more
fund
fund search
fundFamilyConidEx
pattern
pattern search
referrer
Response
An array of objects detailing contract information.
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error

