Hello!
I am using the python eikon API get_data method on LEI using this kind of code :
df,err=eikon.get_data("529900RV1LDX26KPSN17@LEI","TP.RIC")
I would like to find a way to add in my dataframe ("df" in my example) the business summary as a string you can read in Eikon browser like in the screenshot below :
Is there an existing field you can add in get_data to make such a query?
Thanks a lot!
Eric