Min OHLC missing in FyersAPI V3 websocket

Hi,

I have observed the min wise OHLC is missing in Fyers API V3 Websocket message when compared with Fyers APIV2. Is there any chance to include the min OHLC in V3 websocket response.

e.g :

API V3 Websocket message:
{'ltp': 7254.0, 'vol_traded_today': 10489, 'last_traded_time': 1694093428, 'exch_feed_time': 1694093433, 'bid_size': 7, 'ask_size': 2, 'bid_price': 7253.0, 'ask_price': 7255.0, 'last_traded_qty': 1, 'tot_buy_qty': 829, 'tot_sell_qty': 533, 'avg_trade_price': 7245.96, 'low_price': 7220.0, 'high_price': 7273.0, 'open_price': 7251.0, 'prev_close_price': 7305.0, 'type': 'sf', 'symbol': 'MCX:CRUDEOIL23SEPFUT', 'lower_ckt': 0, 'upper_ckt': 0, 'ch': -51.0, 'chp': -0.6982}

APIV2 websocket message:
[{'symbol': 'MCX:CRUDEOIL23SEP7500PE', 'timestamp': 1694089020, 'fyCode': 7208, 'fyFlag': 2, 'pktLen': 200, 'ltp': 326.9, 'open_price': 312.8, 'high_price': 334.6, 'low_price': 302.3, 'close_price': 273.1, 'min_open_price': 326.9, 'min_high_price': 326.9, 'min_low_price': 326.9, 'min_close_price': 326.9, 'min_volume': 0, 'last_traded_qty': 1, 'last_traded_time': 1694089001, 'avg_trade_price': 31984, 'vol_traded_today': 925, 'tot_buy_qty': 76, 'tot_sell_qty': 102, 'market_pic': [{'price': 324.89, 'qty': 3, 'num_orders': 3}, {'price': 324.8, 'qty': 2, 'num_orders': 1}, {'price': 324.2, 'qty': 2, 'num_orders': 1}, {'price': 324.1, 'qty': 2, 'num_orders': 2}, {'price': 324.0, 'qty': 1, 'num_orders': 1}, {'price': 326.5, 'qty': 2, 'num_orders': 2}, {'price': 326.8, 'qty': 1, 'num_orders': 1}, {'price': 326.89, 'qty': 4, 'num_orders': 1}, {'price': 327.0, 'qty': 5, 'num_orders': 1}, {'price': 327.5, 'qty': 2, 'num_orders': 1}]}]

So the , 'min_open_price': 326.9, 'min_high_price': 326.9, 'min_low_price': 326.9, 'min_close_price': 326.9 is missing in V3 response.

This is very important and I built lot of strategies around it. Thanks

1
13 replies