Searches for trading symbols using a query string to match symbol tickers, company names, or descriptions. Returns a filtered list of matching securities with basic identifying information for user selection.
Use Case: Implement symbol search and autocomplete functionality in trading applications to help users quickly find and select securities.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Search query string (e.g., company name, symbol ticker)
1Filter results by instrument type
stock, etf, index, forex, crypto Filter results by exchange (e.g., 'NASDAQ', 'NYSE')
Maximum number of results to return
1 <= x <= 100