Hello,
I am using the below formula that gives me a data frame with historic values of the attached parameters, between two dates, for a list of rics. What FIELDS should I use to obtain CLOSING PRICE and VOLUMES?
Where should I lookg for the appropriate fields for the get_data formula ? I tried TR.Volume, TR.PriceClose, but I get only "na"
df_1,e = ek.get_data(list_rics,['TR.OPENINTEREST.Date','TR.OPENINTEREST'], {'SDate':fst_dt,'EDate':lst_dt})
Thanks in advance.