After market TICK data / websocket interruption

cskasm
Is there a way to get TICK data after the market hours? Does kiteconnect save the TICK data even for one day, so that, one can download it after the market hours. Connectivity is a big issue! I'm using 300 Mbps cable connection. Still due to fluctuation, websocket gets disconnected and I'm loosing data. Since there is no serial number associated with every tick, I'm unable to figure out how many data are lost. Is there a way to maintain the websocket connection when internet connection fluctuates or resume the websocket connection automatically?
  • sujith
    @cskasm,
    We don't store tick data. We won't be able to provide a dump after market.
  • cskasm
    @sujith ,
    Is there a way to maintain the websocket connection when internet connection fluctuates or resume the websocket connection automatically?
    Is there a serial number associated with every tick?
  • sujith
    You can use reconnect feature of the pykiteconnect, it will take care of the reconnection.
    We don't get any serial number for a tick.
  • cskasm
    I was unable to find the 'reconnect' code in pykiteconnect. Can you give me the url of this code.
  • sujith
    You can check out pykiteconnect documentation here.
Sign In or Register to comment.