low_time()
Get the timestamp corresponding to the low time from a candlestick aggregate
Since 1.14.0
Get the timestamp corresponding to the low time from a candlestick aggregate.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get the timestamp corresponding to the low time from a candlestick aggregate
low_time(
candlestick Candlestick
) RETURNS TIMESTAMPTZ
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| candlestick | Candlestick | - | ✔ | Candlestick aggregate |
| Column | Type | Description |
|---|---|---|
| low_time | TIMESTAMPTZ | The first time at which the low price occurred |