@sujith yes, I understand this but my question is that why "net change" is 0 when ltp and close are clearly different in the above data. also, why is there a difference between "net change" data from tick and from kite.quote(). The data of "net change" from ticks is correct as seen on the kite exchange itself which is clearly not 0
The change value from the exchange has always been 0, some kind of bug probably. The client libraries while parsing ticks, calculate change based on ltp and close price. In quote call, client libraries are not doing that. You need to handle it at your end.
yes, I understand this but my question is that why "net change" is 0 when ltp and close are clearly different in the above data.
also, why is there a difference between "net change" data from tick and from kite.quote().
The data of "net change" from ticks is correct as seen on the kite exchange itself which is clearly not 0