☰
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.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
May 2022
sujith
May 2022
1krishnagupta
May 2022
SRIJAN
Why Kite Websocket Didn't Fetch Complete Data every Second.
1krishnagupta
May 2022
in
Python client
I'm using Kite Websocket and trying to fetch 42 Tokens data, but it isn't coming every minute.
these are toekns - [60604423, 60604167, 60605447, 60605191, 60606471, 60606215, 60608519, 60608263, 60609543, 60609287, 60613127, 60612871, 60669191, 60668935, 60670215, 60669959, 60671239, 60670983, 60722951, 60722695, 60723975, 60723719, 60724999, 60724743, 60726023, 60725767, 60727047, 60726791, 60728071, 60727815, 60729095, 60728839, 60730119, 60729863, 60759559, 60759303, 60760583, 60760327, 60761607, 60761351, 60828167, 60827911].
It's fetching but not fetching properly for every minute.
So my question is Why this is happening, and how can I improve this?
@sujith
Please Solve my issue.
Tagged:
Python Client
WebSocket
python
image.png
49.4K
SRIJAN
May 2022
There is no guarantee that there will be a tick per second or per minute. KiteConnect sends a tick whenever there is a change in any of the tick fields.
1krishnagupta
May 2022
@SRIJAN
So, It's Means There is no possibility every time I will get complete data?
sujith
May 2022
You can go through FAQs
here
.
Sign In
or
Register
to comment.