extract high price from json

Saurabh007
{'status': 'success', 'data': {'NFO:BANKNIFTY21MARFUT': {'instrument_token': 12428290, 'last_price': 35370, 'ohlc': {'open': 35350, 'high': 35615, 'low': 34983.05, 'close': 34870.35}}}}

i want to extract high price from json response
  • rakeshr
    @Saurabh007
    Are you using any of the client libraries mentioned here to fetch Quote data?
    If yes, then it returns a dictionary value, you can just iterate over it to fetch any of the field values.
Sign In or Register to comment.