Hi Currently I am storing tick data continuously but that takes huge memory. around 400-\-500 MB per day. Is there a way to fetch the ticks data in 5 or 10 seconds interval ? I tried example code on : https://github.com/zerodha/kite-connect-python-example/blob/master/stream.py But nothing happens after kws connection. Any suggestion ?
Is there a way to fetch the ticks data in 5 or 10 seconds interval ?
No, there is no out-of-the-box feature for this time-based stream for WebSocket streaming at present. Either you built this at your end for Websocket streaming or use Quote APIs call at the required interval.
Either you built this at your end for Websocket streaming or use Quote APIs call at the required interval.