v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
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

countinteger

Number of results.

Example response

{
  "result": [
    {
      "displaySymbol": "displaySymbol",
      "symbol": "symbol",
      "description": "description",
      "type": "type"
    },
    {
      "displaySymbol": "displaySymbol",
      "symbol": "symbol",
      "description": "description",
      "type": "type"
    }
  ],
  "count": 0
}
All 105 operations