Catalog action Blockchain Data

Search Finnhub for securities (stocks, ETFs, crypto) by company name or ticker. Returns matching symbols with their display symbol, description, and type, best match first (default 10, max 50). Ideal for: resolving a company name to a ticker before fetching quotes/news/financials, ticker autocomplete.

At a Glance

FieldValue
Action IDfinnhub-symbol-search
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsfinnhub, stock, search, research, read

Payload Schema

FieldTypeRequiredDescription
querystringYesFree-text search, e.g. 'apple', 'coinbase', 'COIN', 'bitcoin'. Resolves names or tickers to symbols.
limitnumberNoMaximum number of matches to return. Range: 1-50. Default: 10.

Result Schema

FieldTypeRequiredDescription
querystringYesThe query that was searched
resultsarrayYesMatched securities, best match first
countnumberYesNumber of matches returned

Examples

json
{ "type": "finnhub-symbol-search", "payload": { "query": "status:open" }, "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.