> For the complete documentation index, see [llms.txt](https://docs.origami.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.origami.tech/function/structures/candle.md).

# Candle

<details>

<summary><a href="/pages/6TLh3HSmDezVNwXYXgw3#candle"><mark style="color:red;"><code>Candle</code></mark></a></summary>

<mark style="color:red;">`Candle.open`</mark> candle opening price. Decimal.

<mark style="color:red;">`Candle.high`</mark> maximum candle price. Decimal.

<mark style="color:red;">`Candle.low`</mark> minimum candle price. Decimal.

<mark style="color:red;">`Candle.close`</mark> candle closing price. Decimal.

<mark style="color:red;">`Candle.volume`</mark> trading volume. Decimal.

<mark style="color:red;">`Candle.timestamp_seconds`</mark> candle time. Int.

</details>
