Skip to content

API Reference


API Reference / ChartSeries

Interface: ChartSeries

Defined in: src/ta/candles.ts:15

The columnar payload the charts endpoints return: parallel arrays rather than a list of candle objects.

Indexable

[key: string]: unknown

Properties

timestamp?

optional timestamp?: (string | number)[]

Defined in: src/ta/candles.ts:16


open?

optional open?: (string | number)[]

Defined in: src/ta/candles.ts:17


high?

optional high?: (string | number)[]

Defined in: src/ta/candles.ts:18


low?

optional low?: (string | number)[]

Defined in: src/ta/candles.ts:19


close?

optional close?: (string | number)[]

Defined in: src/ta/candles.ts:20


volume?

optional volume?: (string | number)[]

Defined in: src/ta/candles.ts:21


open_interest?

optional open_interest?: (string | number)[]

Defined in: src/ta/candles.ts:22

Community project — not affiliated with Dhan. MIT License.