Search
searchLocate tokenized US equities by fuzzy-matching a query against symbols and names, ranking exact matches, prefixes, and substrings. Returns top results with symbol, name, sector, and score.
Instructions
Local fuzzy search over the token list - no HTTP beyond the cached
assets(). Ranking: exact symbol > symbol prefix > name-word prefix >
substring in name/symbol (case-insensitive); top limit (default
10, cap 50) with score.
'apple' -> AAPL. Results carry symbol, name, status, sector, score.
Example: search(query="apple", limit=3)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||