Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
3 0 1 4

Return Metadata With Python Eikon API

Is it possible to return the metadata for each data entry when making API calls. What I mean by metadata is when you go to the Eikon website you can see the date the data point was updated. Is there anyway to also return this with the API call?

Edit: For clarity, suppose I want to see when the last time the updated their number of women managers (TR.WomenManagers). For Apple it says the date it was uploaded was 09/30/2017 and some other useful metadata like units, etc. Anyway to get this metadata?

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apimetadata
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvote
Accepted
39.4k 77 11 27

You can do this by adding TR.WomenManagers.date to the list of fields you request. To find out what output options are available for a given field use Parameters & Quick Functions tab in Formula Builder wizard in Eikon Excel or Parameters tab in Data Item Browser app in Eikon.


outputoptions.png (85.4 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Thanks so much!

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.