v1

latestOpenAPI 3.1.02026-07-2655154175.6 KB
Symbols

Search symbols

Ranked symbol search for the datafeed's symbol picker (exact ticker > prefix > substring). Returns up to limit matches.

get/v1/search

Query parameters

querystring required
Example:SP

Search text (ticker or name fragment).

limitinteger

Max results.

Response

Matching symbols.

symbolstring required

Canonical internal identifier (echo back to /v1/symbols and /v1/history).

tickerstring required

Display ticker shown in the picker.

descriptionstring required
exchangestring required
type'stock' | 'etf' | 'index' required

Example response

[
  {
    "exchange": "ARCA"
  }
]