☰
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
14.1K
All Categories
0
Incidents
158
Node JS client
43
Go client
801
.Net API client
386
Kite Publisher
538
.Net / VBA / Excel (3rd party)
466
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
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.