Unusual Whales: Get IPO Calendar
Get upcoming IPO listings. Returns company name, ticker, exchange, currency, expected IPO date, and price range (low/high). Ideal for: tracking new listings, building IPO alerts, monitoring upcoming market events.
Catalog action Blockchain Data
Get upcoming IPO listings. Returns company name, ticker, exchange, currency, expected IPO date, and price range (low/high). Ideal for: tracking new listings, building IPO alerts, monitoring upcoming market events.
At a Glance
| Field | Value |
|---|---|
| Action ID | unusualwhales-get-ipo-calendar |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | listings, events, market-data, read |
Payload Schema
This action does not declare payload fields.
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
ipos | array | Yes | List of upcoming IPO listings |
Examples
json{ "type": "unusualwhales-get-ipo-calendar", "payload": {}, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/unusualwhales-get-ipo-calendar/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": {}}'
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.
