fetch_price
Fetch Price
Type:
fetch_price
• Category:flow
• Tags:data
,price
Description
Fetch price document(s) from dataexchange
Parameters
Name | Type | Description | Required | Default |
---|---|---|---|---|
symbol | autocomplete | no | ||
interval | string | Interval e.g. 1h | no | |
datetime | string | Exact ISO datetime (exclusive with dateFrom/dateTo) | no | |
dateFrom | date | Start ISO datetime (inclusive) | no | |
dateTo | date | End ISO datetime (inclusive) | no | |
limit | number | Max rows when using range | no | 500 |
storeVar | string | If set, store full result into vars[name] | no | |
persist | boolean | Insert result doc into persistCollection | no | false |
persistCollection | string | Collection name for persistence | no | "workflow_data" |