Default
Symbol Lookup
Search for best-matching symbols based on your query. You can input anything from symbol, security's name to ISIN and Cusip.
get/search
Query parameters
qstring required
Query text can be symbol, name, isin, or cusip.
exchangestring
Exchange limit.
Response
successful operation
Example response
{
"result": [
{
"displaySymbol": "displaySymbol",
"symbol": "symbol",
"description": "description",
"type": "type"
},
{
"displaySymbol": "displaySymbol",
"symbol": "symbol",
"description": "description",
"type": "type"
}
],
"count": 0
}