Catalog action Blockchain Data

Fetch the constituent stock symbols of a thematic investing portfolio from Finnhub (e.g. ai, robotics, cybersecurity, fintech). Returns the list of symbols and a count; unknown themes return an empty list. Ideal for: building thematic watchlists, screening stocks by sector trend, feeding symbols into downstream quote or sentiment checks.

At a Glance

FieldValue
Action IDfinnhub-get-investment-theme
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsfinnhub, stock, research, discovery, read

Payload Schema

FieldTypeRequiredDescription
themestringYesInvestment theme slug (camelCase). Known working values include: 'ai', 'robotics', 'cybersecurity', 'fintech', 'cloud', 'gaming', 'drones', '3dPrinting', 'futureFood', 'financialExchangesData'. See Finnhub docs for the full list. Unknown themes return an empty list.

Result Schema

FieldTypeRequiredDescription
themestringYesThe requested theme
symbolsarrayYesConstituent stock symbols for the theme
countnumberYesNumber of constituent symbols

Examples

json
{ "type": "finnhub-get-investment-theme", "payload": { "theme": "example-theme" }, "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.