☰
Login
Signup
Home
›
Python 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
14K
All Categories
0
Incidents
157
Node JS client
40
Go client
794
.Net API client
383
Kite Publisher
537
.Net / VBA / Excel (3rd party)
462
Algorithms and Strategies
1K
Java client
1.1K
API clients
406
PHP client
4K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
June 2020
rakeshr
June 2020
sujith
not receiving ticks for all the instruments
Ronit
June 2020
in
Python client
my instrument_list is of 50 but constantly i'm receiving ticks of only some instruments, sometimes 40, sometimes 35. why am i not receiving ticks for all the 50 values that i am sending the api.
Thanks
sujith
June 2020
You will receive ticks only when there is a change in the data. Not every second.
sujith
June 2020
If some instrument is liquid then you will receive more ticks, if it is less liquid then the tick frequency will be less.
rakeshr
June 2020
@Ronit
You can go through the
WebSocket queries FAQ
.
Sign In
or
Register
to comment.
You can go through the WebSocket queries FAQ.