Not able to fetch data - previously it was working
I am using the same code for a long time, suddenly it is not working.
I can successfully client login, but any data fetch is giving a blank return. there is no error as well.
Code: req_list_ Out[23]: [{'Exch': 'N', 'ExchType': 'C', 'ScripCode': '11536'}]
df=client.fetch_market_feed(req_list=req_list_, count=2,client_id=client_code) 10:57:10 | {'CacheTime': 0, 'Data': [], 'Message': None, 'Status': 0, 'TimeStamp': '/Date(1641360429112+0530)/'}
Please guide or provide any sample data fetch python code if something has changed.
You should check your API keys on IIFL web site. They have an expiry date after few months. You will have to regenerate them and then update then in keys.conf file.