It looks like you're new here. If you want to get involved, click one of these buttons!
2025-07-11 12:47:01.201 (#Log Time):
ALERT - NO TICK DATA RECEIVED ORDER MANAGEMENT {'tradable': False, 'mode': 'full', 'instrument_token': 256265, 'last_price': 25182.45, 'ohlc': {'high': 25322.45, 'low': 25136.75, 'open': 25255.5, 'close': 25355.25},
'exchange_timestamp': datetime.datetime(2025, 7, 11, 12, 46, 31), # time from provider
'received_timestamp': datetime.datetime(2025, 7, 11, 12, 46, 32, 230084)} # time when code received data
Since the delay is isolated only to the Nifty index instrument and not affecting my other option symbol subscriptions, I suspect the issue might be originating from the data provider's end.
Today, this issue occurred again; it happens daily at a random time, and the Option data is getting properly. Please see the logs below.
Is anything updated on your side for the same? just want to confirm @salim_chisty
No alert has been generated from the past few days, and working well. Is this issue on your end?
Waiting for your reply
Additionally, we use the same tick data to form OHLCV candles as displayed on the Kite charts, so unless you are inadvertently blocking the ticker (which can cause missed ticks) or not storing/dumping the tick data correctly in a file or database, I don't see any other reason. You might want to try out this example for further verification.