Search Symbols
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.
Documentation Index
Fetch the complete documentation index at: https://finance.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Query Parameters
Text to search. Use plain text for stocks and indices, . prefix for options such as .AAPL, and / prefix for futures such as /ES.
1Maximum number of results to return. Use smaller values for autocomplete and larger values for search result pages. Default is 20; maximum is 100.
1 <= x <= 100