Skip to Content
InterfacesTickIndexQuote

Interface: TickIndexQuote

Index Quote packet

Extends

Properties

change

change: number

Price change


instrument_token

instrument_token: number

Instrument token

Inherited from

TickLtp.instrument_token


last_price

last_price: number

Last traded price

Inherited from

TickLtp.last_price


mode

mode: "quote"

Packet mode is ‘quote’


ohlc

ohlc: object

Open, High, Low and Close data

close

close: number

Close of the day

high

high: number

High of the day

low

low: number

Low of the day

open

open: number

Open of the day


tradable

tradable: boolean

Whether the instrument is tradable or not. false for Indices

Inherited from

TickLtp.tradable