Skip to content

API Reference


API Reference / Constants / ChartInterval

Variable: ChartInterval

const ChartInterval: object

Defined in: src/constants.ts:173

Minute intervals accepted by POST /v2/charts/intraday.

Type Declaration

ONE

readonly ONE: "1" = "1"

FIVE

readonly FIVE: "5" = "5"

FIFTEEN

readonly FIFTEEN: "15" = "15"

TWENTY_FIVE

readonly TWENTY_FIVE: "25" = "25"

SIXTY

readonly SIXTY: "60" = "60"

Community project — not affiliated with Dhan. MIT License.