I am trying to fetch live market data for equity but preference is not working... I am trying to do this way... please correct me if I am doing wrong....
{'data': [{'found': False, 'message': 'You have sent preference packet in an invalid format: BSE'}, {'found': False, 'message': 'You have sent preference packet in an invalid format: 523144'}, {'found': False, 'message': 'You have sent preference packet in an invalid format: EQUITY'}]}
I am trying to fetch live market data for equity but preference is not working... I am trying to do this way... please correct me if I am doing wrong....
pm.get_live_market_data('LTP', ['BSE', '523144', 'EQUITY'])
it returns the response....
{'data': [{'found': False, 'message': 'You have sent preference packet in an invalid format: BSE'}, {'found': False, 'message': 'You have sent preference packet in an invalid format: 523144'}, {'found': False, 'message': 'You have sent preference packet in an invalid format: EQUITY'}]}