Unusual Whales: Get Economic Calendar
Get upcoming economic events and data releases. Returns event name, time, previous value, forecast, and reported period. Ideal for: macro event monitoring, scheduling workflows around economic releases, tracking GDP/CPI/jobs data.
Catalog action Blockchain Data
Get upcoming economic events and data releases. Returns event name, time, previous value, forecast, and reported period. Ideal for: macro event monitoring, scheduling workflows around economic releases, tracking GDP/CPI/jobs data.
At a Glance
| Field | Value |
|---|---|
| Action ID | unusualwhales-get-economic-calendar |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | macro, events, market-data, read |
Payload Schema
This action does not declare payload fields.
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
events | array | Yes | List of upcoming economic events and data releases |
Examples
json{ "type": "unusualwhales-get-economic-calendar", "payload": {}, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/unusualwhales-get-economic-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.
