I am unable to find any web sock streaming data currently getting printed into the terminal. To my knowledge I am using the latest version of kite connect module. I have shifted to Web socket streaming as there are issues with reconnection with kite.quote in KiteConnect. I previously used the Web sock streaming module but found no such difficulties in getting ticks data. My code for web sock streaming is as follows .
# Infinite loop on the main thread. Nothing after this will run. # You have to use the pre-defined callbacks to manage subscriptions. # kws.connect(disable_ssl_verification=True)
This is the only response I get
do read the webscoket usage from documentation.. https://github.com/zerodhatech/pykiteconnect/tree/kite3
or have a look into this video... https://youtube.com/watch?v=LrJBhh1nn1I