search_symbol
Find financial instruments by ticker or name using free-text search. Returns symbol, ticker, full name, ISIN, exchange, and type.
Instructions
Search the datafeed for symbols matching a query.
Returns up to limit matches, each with symbol, ticker,
full_name, description (includes the ISIN as its trailing
token), isin (extracted from the description for convenience),
exchange, and type (lowercase: "share", "bond", "structured",
…).
Note: the datafeed caps this search at roughly 30 results for broad queries, so it is a lookup aid, not a way to enumerate the full universe — use list_instruments (or list_indices) for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return | |
| query | Yes | Free-text query matched against ticker and name, e.g. "TLV" or "banca". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |