hi i am getting the quote data per second like that

1636038251653 :: quotes :: {'symbols': 'NSE:TCS-EQ'} :: 1636038252045 :: {'s': 'ok', 'd': [{'n': 'NSE:TCS-EQ', 's': 'ok', 'v': {'ch': 16.4, 'chp': 0.47, 'lp': 3508.65, 'spread': -3508.65, 'ask': 0.0, 'bid': 3508.65, 'open_price': 3512.95, 'high_price': 3513.25, 'low_price': 3505.0, 'prev_close_price': 3492.25, 'volume': 328991, 'short_name': 'TCS-EQ', 'exchange': 'NSE', 'description': 'NSE:TCS-EQ', 'original_name': 'NSE:TCS-EQ', 'symbol': 'NSE:TCS-EQ', 'fyToken': '101000000011536', 'tt': 1635984000, 'cmd': {'t': 1636034760, 'o': 3508.65, 'h': 3508.65, 'l': 3508.65, 'c': 3508.65, 'v': 0, 'tf': '19:36'}}}]}

 i want to extract the data

  cmd': {'t': 1636034760, 'o': 3508.65, 'h': 3508.65, 'l': 3508.65, 'c': 3508.65, 'v': 0, 'tf': '19:36'}

 from this and append this incoming data in dataframe

 

'

1 reply