I am facing issue with data receiving through WebSocket. following is the data received for ‘NSE:BANKNIFTY24JAN45200CE’ can check or compare it with respect to ‘ltp’ and ‘vol traded today’, there seem to be problem. Also, we are not receiving tick data with current open, high and low price(the low_price, high_price and open_price are not correct/not matching with the current tick in the fyers chart for same symbol) in the tick for said symbol or any such symbol, could those data be made available, or if available then how can i extract them through WebSocket?
Data extracted through Fyers WebSocket in python program:
{‘ltp’: 208.7, ‘vol_traded_today’: 38232210, ‘last_traded_time’: 1706075823, ‘exch_feed_time’: 1706075824, ‘bid_size’: 30, ‘ask_size’: 315, ‘bid_price’: 208.7, ‘ask_price’: 209.25, ‘last_traded_qty’: 15, ‘tot_buy_qty’: 144990, ‘tot_sell_qty’: 205935, ‘avg_trade_price’: 334.3, ‘low_price’: 92.05, ‘high_price’: 518.3, ‘lower_ckt’: 0, ‘upper_ckt’: 0, ‘open_price’: 93.2, ‘prev_close_price’: 189.85, ‘type’: ‘sf’, ‘symbol’: ‘NSE:BANKNIFTY24JAN45200CE’, ‘ch’: 18.85, ‘chp’: 9.9289}
{‘ltp’: 136.45, ‘vol_traded_today’: 37196355, ‘last_traded_time’: 1706075823, ‘exch_feed_time’: 1706075824, ‘bid_size’: 90, ‘ask_size’: 60, ‘bid_price’: 136.25, ‘ask_price’: 136.65, ‘last_traded_qty’: 15, ‘tot_buy_qty’: 137340, ‘tot_sell_qty’: 284025, ‘avg_trade_price’: 260.2, ‘low_price’: 66.6, ‘high_price’: 387.6, ‘lower_ckt’: 0, ‘upper_ckt’: 0, ‘open_price’: 66.7, ‘prev_close_price’: 139.0, ‘type’: ‘sf’, ‘symbol’: ‘NSE:BANKNIFTY24JAN45200CE’, ‘ch’: -2.55, ‘chp’: -1.8345}