Unusual Whales: Get Institution Holdings logo

Catalog action Blockchain Data

Get current 13F holdings of a specific institution. Returns ticker, share count, security type, average price, filing date, report date, and position changes (units change). Ideal for: tracking institutional portfolios, monitoring position changes, building alerts on institutional buying/selling.

At a Glance

FieldValue
Action IDunusualwhales-get-institution-holdings
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsinstitutional, holdings, smart-money, market-data, read

Payload Schema

FieldTypeRequiredDescription
institutionstringYesInstitution name to look up (e.g., 'Berkshire Hathaway', 'BlackRock')
limitnumberNoMaximum number of holdings to return

Result Schema

FieldTypeRequiredDescription
holdingsarrayYesList of institution holdings from 13F filings

Examples

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