---
title: low_time() | Tiger Data Docs
description: Get the timestamp corresponding to the low time from a candlestick aggregate
---

Since [1.14.0](https://github.com/timescale/timescaledb-toolkit/releases/tag/1.14.0)

Get the timestamp corresponding to the low time from a candlestick aggregate.

## Arguments

The syntax is:

```
low_time(
    candlestick Candlestick
) RETURNS TIMESTAMPTZ
```

| Name        | Type        | Default | Required | Description           |
| ----------- | ----------- | ------- | -------- | --------------------- |
| candlestick | Candlestick | -       | ✔        | Candlestick aggregate |

## Returns

| Column    | Type        | Description                                    |
| --------- | ----------- | ---------------------------------------------- |
| low\_time | TIMESTAMPTZ | The first time at which the low price occurred |
