Search Symbol
search_symbolSearch for stock ticker symbols by company name or keyword. Returns matching symbols with descriptions. Example: search_symbol({ query: "apple", _apiKey: "your-key" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query — company name or keyword, e.g. "apple", "tesla" | |
| _apiKey | Yes | Finnhub API key |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of matching results | |
| results | Yes | List of matching symbols |