Skip to content

API Reference


API Reference / OhlcQuote

Interface: OhlcQuote

Defined in: src/resources/MarketFeed.ts:17

Extends

Extended by

Indexable

[key: string]: unknown

Properties

last_price?

optional last_price?: number

Defined in: src/resources/MarketFeed.ts:13

Inherited from

LtpQuote.last_price


ohlc?

optional ohlc?: object

Defined in: src/resources/MarketFeed.ts:18

open?

optional open?: number

high?

optional high?: number

low?

optional low?: number

close?

optional close?: number

Community project — not affiliated with Dhan. MIT License.