Python API get_data : how do you retrieve Business summary?

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 :

1627287973102.png

Is there an existing field you can add in get_data to make such a query?

Thanks a lot!

Eric

Best Answer

Answers

  • Hi Jonathan,

    It works very well!

    I was not aware of the DIB, I will be using it from now on.

    Thanks a lot!

    Eric