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

FieldValue
Action IDfinnhub-get-recommendation-trends
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsfinnhub, stock, analysis, research, read

Payload Schema

FieldTypeRequiredDescription
symbolstringYesStock symbol to get analyst recommendations for, e.g. 'AAPL', 'TSLA'.

Result Schema

FieldTypeRequiredDescription
symbolstringYesThe queried symbol
trendsarrayYesMonthly analyst recommendation counts, most recent first

Examples

json
{ "type": "finnhub-get-recommendation-trends", "payload": { "symbol": "ETH" }, "children": []}

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.