Skip to Content
InterfacesTickQuote

Interface: TickQuote

Quote packet

Extends

Properties

average_traded_price

average_traded_price: number

Average traded price


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


last_traded_quantity

last_traded_quantity: number

Last traded quantity


mode

mode: "quote"

Packet mode is ‘quote’


ohlc

ohlc: object

Open, High, Low and Close data

close

close: number

Close price of the day

high

high: number

High price of the day

low

low: number

Low price of the day

open

open: number

Open price of the day


total_buy_quantity

total_buy_quantity: number

Total buy quantity


total_sell_quantity

total_sell_quantity: number

Total sell quantity


tradable

tradable: boolean

Whether the instrument is tradable or not. false for Indices

Inherited from

TickLtp.tradable


volume_traded

volume_traded: number

Volume traded for the day