Security Stocks by Symbol
Returns an object contains all stock contracts for given symbol(s)
GET /trsrv/stocks
Request Object
Query Params
symbols: String.
Comma-separated list of stock symbols. Symbols must contain only capitalized letters.
Python
Abap
Response Object
symbol: Array of Json
Contains a series of Json for all contracts that match the symbol.
name: String.
Full company name for the given contract.
chineseName: String.
Chinese name for the given company.
assetClass: String.
Asset class for the given company.
contracts: Array.
A series of arrays pertaining to the same company listed by “name”.
Typically differentiated based on currency of the primary exchange.
conid: int.
Contract ID for the specific contract.
exchange: String.
Primary exchange for the given contract.
isUS: bool.
States whether the contract is hosted in the United States or not.

