https://kite.trade/docs/connect/v3/market-quotes/ change not available

rahulsalokhe
rahulsalokhe edited January 2019 in API clients
Hello Pl have a look https://kite.trade/docs/connect/v3/market-quotes/
in details
attribute
change (float) Absolute change from the last traded price to last close price

not available in Json
{
"status": "success",
"data": {
"10328578": {
"instrument_token": 10328578,
"timestamp": "2019-01-31 15:29:56",
"last_trade_time": "2019-01-31 15:29:56",
"last_price": 0.05,
"last_quantity": 200,
"buy_quantity": 0,
"sell_quantity": 155420,
"volume": 16658980,
"average_price": 2.15,
"oi": 899680,
"oi_day_high": 1272240,
"oi_day_low": 326460,
"net_change": -4.2,
"ohlc": {
"open": 2.55,
"high": 7,
"low": 0.05,
"close": 4.25
},
"depth": {
"buy": [{
"price": 0,
"quantity": 0,
"orders": 0
},
{
"price": 0,
"quantity": 0,
"orders": 0
},
{
"price": 0,
"quantity": 0,
"orders": 0
},
{
"price": 0,
"quantity": 0,
"orders": 0
},
{
"price": 0,
"quantity": 0,
"orders": 0
}],
"sell": [{
"price": 0.05,
"quantity": 36540,
"orders": 51
},
{
"price": 0.1,
"quantity": 800,
"orders": 2
},
{
"price": 0.15,
"quantity": 5920,
"orders": 4
},
{
"price": 0.2,
"quantity": 7400,
"orders": 4
},
{
"price": 0.35,
"quantity": 2500,
"orders": 1
}]
}
}
}
}
  • sujith
    The quote response has the field net_change which is the absolute change from yesterday's close price.
Sign In or Register to comment.