search_symbols
Find correct trading symbols in EXCHANGE:SYMBOL format before retrieving market data. Search stocks, crypto, and forex by name, filter by type or country, and retrieve validated codes for use with financial analysis and quote retrieval tools.
Instructions
Search for symbols. Search for Symbols. To search for a specific type or country, leave query empty. To search for all symbols from a specific exchange, use query like "EXCHANGE:" e.g. "NASDAQ:". → Returns {current_page: number, has_more: boolean, symbols: [{name: string, code: string, type: string, exchange: string, currency_code: string, country: string, description: string}]}. ALWAYS start here to find the correct symbol code unless you already know the correct symbol code. InsightSentry uses EXCHANGE:SYMBOL format (e.g., NASDAQ:AAPL) which differs from other platforms. Do NOT guess codes — search first. Use the returned code with get_quotes, get_symbol_series, get_symbol_info, or any other tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query string | |
| type | No | Filter by instrument type | |
| country | No | Filter by country. 2-letter ISO code | |
| page | No | Each page returns up to 50 results. | |
| filter | No | (Optional) JSONata expression to filter/transform the API response server-side before it reaches you. Use this to extract only the fields or rows you need, reducing token usage. See https://jsonata.org for syntax. |