☰
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
13.9K
All Categories
0
Incidents
154
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
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.