Partial Quote on Websocket

miriatriaz
Hi, I've been trying to subscribe to tokens using Websocket and I am getting partial quotes even when subscribed to full mode.

{'tradable': False, 'mode': 'full', 'instrument_token': 263689, 'last_price': 8925.5, 'ohlc': {'high': 8932.45, 'low': 8771.2, 'open': 8832.9, 'close': 8794.65}, 'change': 1.4878363550567717, 'exchange_timestamp': datetime.datetime(2024, 4, 9, 10, 29, 5)}

can you tell me what's wrong here?
This discussion has been closed.