WebSocket data for Banknifty symbol(NSE:BANKNIFTY*CE/PE) is wrong.

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}

Hey @anil.kzxqg358

We are looking into it , could you let us know the SDK version you’re using

3.0.7

fyers-apiv3 — 3.0.7

Same issue i am facing in the Crude Oil Mini. actually they club the data of previous expiry and current expiry.

I already raise the question to the team but still no update from Fyers side.
Question : Issue in the Crude Oil Mini API data.

@anil.kzxqg358 the issue has been reported , we will look into it

Hello @WWhYB2qrsx , could you please also confirm/ensure that the data of all fields are correct? I am particularly interested in the data for lower and upper circuits. I have seen them to be always 0 “‘lower_ckt’: 0, ‘upper_ckt’: 0”