Contract
Security Stocks by Symbol
Returns an object contains all stock contracts for given symbol(s)
get/trsrv/stocks
Query parameters
symbolsstring required
list of upper-sensitive symbols separated by comma
Response
returns an object with symbols
Example response
{
"symbol": [
{
"assetClass": "STK",
"contracts": [
{
"exchange": "NYSE"
}
]
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.