Hi, We are seeing that for Nifty 50 (256265), the intraday data streaming API (python) is returning quite low no. of ticks from 09:15:00 for several minutes. Sometimes even till 11:50. But once it picks up, frequency remains steady for rest of the day.
To add further detail, if the sample rate is set at 10 ticks (i.e. look at only 1 tick-data-set out of 10 ticks received from streaming API), the nifty 50 doesn't even appear once for several minutes in the morning.
@ramatius In WebSocket, ticks will be sent for items in the subscribed list, only if we have received new tick for that scrip,e.g. if particular didn't new tick received for last 60 seconds, there will be no ticks send for those scrips.
Well, "nifty 50" is an index. I would expect the value to change every second. Not receiving it every 10 seconds, looks like a real problem to be fixed. Pls see.
In WebSocket, ticks will be sent for items in the subscribed list, only if we have received new tick for that scrip,e.g. if particular didn't new tick received for last 60 seconds, there will be no ticks send for those scrips.