With great expectations I have subscribed to Kite Connect. But to my surprise, the quotes provided by API is stale with huge delay. I have recorded the video to prove this point. Request you to check this issue and address the same. In the video, I have placed my app and Kite web side by side. You can observe the huge delay in API quotes including the LTP of Reliance Aug Futures. https://youtu.be/apCh-Izdsho
@arunpanjala Are streaming using Websocket Streaming feeds or Quote API? Are you doing any calculation at your end post receiving feeds, which might be causing this delay?
@rakeshr I found the issue. I'm using websocket to receive quotes. However when I try to populate the Labels in my windows app...it looks like the websocket streaming is getting delayed while the code is updating Label.text property. I commented the Lebel.text assignment and see that the quotes are just under 1 second delay (which I assume because websocket refreshes the quotes every 1 second - correct me if I'm wrong). You might want to note this point as many users might get delayed quotes based on local application processing.
@ZI4453 Thats the Kite API data which I'm processing in my custom built windows application. "Button1" that you see is one of my controls in my custom built application which is not related to the API.
Are streaming using Websocket Streaming feeds or Quote API?
Are you doing any calculation at your end post receiving feeds, which might be causing this delay?
I found the issue. I'm using websocket to receive quotes. However when I try to populate the Labels in my windows app...it looks like the websocket streaming is getting delayed while the code is updating Label.text property. I commented the Lebel.text assignment and see that the quotes are just under 1 second delay (which I assume because websocket refreshes the quotes every 1 second - correct me if I'm wrong). You might want to note this point as many users might get delayed quotes based on local application processing.