Unusual Whales: Get Stock Info logo

Catalog action Blockchain Data

Get stock fundamentals. Returns market cap, sector, 30-day average volume, beta, next earnings date, options availability, and a short company description. Ideal for: enriching ticker context in workflows, screening by sector or market cap size, checking upcoming earnings dates.

At a Glance

FieldValue
Action IDunusualwhales-get-stock-info
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsstock, price, market-data, read

Payload Schema

FieldTypeRequiredDescription
tickerstringYesStock ticker symbol (e.g., 'AAPL', 'TSLA', 'MSFT')

Result Schema

FieldTypeRequiredDescription
stockobjectYes-

Examples

json
{ "type": "unusualwhales-get-stock-info", "payload": { "ticker": "example-ticker" }, "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.