Why does this not give data when I can see the data in the terminal ?
eikon.get_data(['VDAN_p.NS'],['TR.CLOSEPRICE.date','TR.CLOSEPRICE(Adjusted=0)'],{'SDate': datetime.datetime.today().strftime('%Y-%m-%d'), 'EDate': datetime.datetime.today().strftime('%Y-%m-%d') ,'FILL':'PREVIOUS'})