☰
Login
Signup
Home
›
.Net API client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
April 2019
tonystark
April 2019
vibhore
April 2019
sujith
Value of Change property is always zero Kite API
vibhore
April 2019
in
.Net API client
Hi,
I am using Kite API to test out some algorithms, I have subscribed to couple of tokens using web sockets, i can get all the data except for “Change” value which is always coming 0, Is this a bug or is it meant to be something else?
Any clues?
Thanks,
Vibhore
Tagged:
kiteconnect
sujith
April 2019
Can you let us know for which instrument token you are checking this?
vibhore
April 2019
Its the same for any instrument I have tried so far, I just re-checked for token "11675906" Nifty Future for April.
tonystark
April 2019
Hi,
The library returns the values it gets from the WebSocket stream as mentioned
here
. And change field is applicable for index stocks.
If you need to get change value for other stocks you can calculate as ClosePrice - LTP. And you will have to subscribe to FULL mode to get ClosePrice.
Sign In
or
Register
to comment.
The library returns the values it gets from the WebSocket stream as mentioned here. And change field is applicable for index stocks.
If you need to get change value for other stocks you can calculate as ClosePrice - LTP. And you will have to subscribe to FULL mode to get ClosePrice.