Unusual Whales: Get Stock Info
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.
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
| Field | Value |
|---|---|
| Action ID | unusualwhales-get-stock-info |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | stock, price, market-data, read |
Payload Schema
| Field | Type | Required | Description |
|---|---|---|---|
ticker | string | Yes | Stock ticker symbol (e.g., 'AAPL', 'TSLA', 'MSFT') |
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
stock | object | Yes | - |
Examples
json{ "type": "unusualwhales-get-stock-info", "payload": { "ticker": "example-ticker" }, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/unusualwhales-get-stock-info/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": { "ticker": "example-ticker" }}'
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.
