equity_analyst_consensus
Retrieve Wall Street analyst consensus for a stock, providing a directional score from buy/hold/sell ratings. Understand market sentiment instantly.
Instructions
Get Wall Street buy/hold/sell consensus for a stock (Finnhub).
Returns a directional score from the distribution of analyst ratings. Requires FINNHUB_API_KEY; returns "no signal" if unset or no coverage.
Args: params: ticker (str) and response_format ('markdown'|'json').
Returns: str: Markdown or JSON with score, confidence, and data: strong_buy, buy, hold, sell, strong_sell, analysts_count, period.
Examples: - "What do analysts think of AMD?" -> ticker='AMD' - "Is MSFT a buy according to Wall Street?" -> ticker='MSFT'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |