Unusual Whales: Get Short Interest logo

Catalog action Blockchain Data

Get short interest history for a specific ticker. Returns short interest, market date, short shares available, total float, short float percentage, days to cover, borrow fee rate, and rebate rate over time. Ideal for: tracking short squeeze setups, monitoring short interest trends, building alerts on rising short interest.

At a Glance

FieldValue
Action IDunusualwhales-get-short-interest
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagstrading, market-data, read

Payload Schema

FieldTypeRequiredDescription
tickerstringYesTicker symbol to get short interest for (e.g., 'GME', 'AMC')

Result Schema

FieldTypeRequiredDescription
entriesarrayYesShort interest history entries

Examples

json
{ "type": "unusualwhales-get-short-interest", "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.