Hi, while fetching full market quote, I am receiving following response.
{‘status’: ‘success’, ‘data’: {‘NSE_FO:NIFTY24N2123500CE’: {‘ohlc’: {‘open’: 109.0, ‘high’: 307.8, ‘low’: 81.1, ‘close’: 89.35}, ‘depth’: {‘buy’: [{‘quantity’: 1100, ‘price’: 87.0, ‘orders’: 12}, {‘quantity’: 400, ‘price’: 86.65, ‘orders’: 1}, {‘quantity’: 25, ‘price’: 86.6, ‘orders’: 1}, {‘quantity’: 25, ‘price’: 86.3, ‘orders’: 1}, {‘quantity’: 50, ‘price’: 86.25, ‘orders’: 1}], ‘sell’: [{‘quantity’: 50, ‘price’: 89.6, ‘orders’: 1}, {‘quantity’: 400, ‘price’: 89.65, ‘orders’: 1}, {‘quantity’: 300, ‘price’: 89.7, ‘orders’: 1}, {‘quantity’: 100, ‘price’: 89.9, ‘orders’: 1}, {‘quantity’: 4150, ‘price’: 90.0, ‘orders’: 22}]}, ‘timestamp’: ‘2024-11-19T17:26:55.21+05:30’, ‘instrument_token’: ‘NSE_FO|43309’, ‘symbol’: ‘NIFTY24N2123500CE’, ‘last_price’: 89.35, ‘volume’: 76218775, ‘average_price’: 172.59, ‘oi’: 5135525.0, ‘net_change’: -7.7, ‘total_buy_quantity’: 156000.0, ‘total_sell_quantity’: 304875.0, ‘lower_circuit_limit’: 0.05, ‘upper_circuit_limit’: 617.9, ‘last_trade_time’: ‘1732010399997’, ‘oi_day_high’: 6070200.0, ‘oi_day_low’: 3074800.0}}}
My issue is from the value of data. in this case it is data’: {‘NSE_FO:NIFTY24N2123500CE’:
If I am calling this api from different instrument then data value is changing and not finding this from any of the earliar api. Due to this, I am unable to fetch data from json response.