Interface: Quote
Single Quote response.
Properties
average_price
average_price: number
The volume weighted average price of a stock at a given time during the day?
buy_quantity
buy_quantity: number
Total quantity of buy orders pending at the exchange
depth
depth: Object
Type declaration
Name | Type |
---|---|
buy | { orders : number ; price : number ; quantity : number }[] |
sell | { orders : number ; price : number ; quantity : number }[] |
instrument_token
instrument_token: number
The numerical identifier issued by the exchange representing the instrument.
last_price
last_price: number
Last traded market price
last_quantity
last_quantity: number
Last traded quantity
last_trade_time
last_trade_time: null
| string
Last trade timestamp
lower_circuit_limit
lower_circuit_limit: number
The current lower circuit limit
net_change
net_change: number
The absolute change from yesterday's close to last traded price
ohlc
ohlc: Object
Type declaration
Name | Type | Description |
---|---|---|
close | number | Closing price of the instrument from the last trading day |
high | number | Highest price today |
low | number | Lowest price today |
open | number | Price at market opening |
oi
oi: number
The Open Interest for a futures or options contract ?
oi_day_high
oi_day_high: number
The highest Open Interest recorded during the day
oi_day_low
oi_day_low: number
The lowest Open Interest recorded during the day
open_interest
Optional
open_interest: number
Total number of outstanding contracts held by market participants exchange-wide (only F&O)
sell_quantity
sell_quantity: number
Total quantity of sell orders pending at the exchange
timestamp
timestamp: string
The exchange timestamp of the quote packet
upper_circuit_limit
upper_circuit_limit: number
The current upper circuit limit
volume
volume: number
Volume traded today