it is missing in the documentation.
For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
it is missing in the documentation.
Thanks for reaching out to us.
You can try the get_data method. The code looks like this:
df, err = ek.get_data(["IBM.N","DPWGn.DE"],["TR.WertCode"]) df
The output is:
I hope that this information is of help