Get Analyst Recommendation Trends
Fetch monthly analyst recommendation trends for a stock symbol from Finnhub. Returns strong-buy/buy/hold/sell/strong-sell counts per month, most recent first. Ideal for: tracking analyst consensus shifts, rating-change alerts, combining with price data for trade signals.
Catalog action Blockchain Data
Fetch monthly analyst recommendation trends for a stock symbol from Finnhub. Returns strong-buy/buy/hold/sell/strong-sell counts per month, most recent first. Ideal for: tracking analyst consensus shifts, rating-change alerts, combining with price data for trade signals.
At a Glance
| Field | Value |
|---|---|
| Action ID | finnhub-get-recommendation-trends |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | finnhub, stock, analysis, research, read |
Payload Schema
| Field | Type | Required | Description |
|---|---|---|---|
symbol | string | Yes | Stock symbol to get analyst recommendations for, e.g. 'AAPL', 'TSLA'. |
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
symbol | string | Yes | The queried symbol |
trends | array | Yes | Monthly analyst recommendation counts, most recent first |
Examples
json{ "type": "finnhub-get-recommendation-trends", "payload": { "symbol": "ETH" }, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/finnhub-get-recommendation-trends/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": { "symbol": "ETH" }}'
Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.
