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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
24 1 2 3

Programmatically getting meta data

Is there a way to programmatically get the description of an instrument from the Eikon Data API with Python. For example, in the case of .V2TX to return something like "EURO STOXX 50 VOLATILITY PRICE INDEX". With DatastreamDSWS this can be done using the "NAME" field in the get_data function.

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythondatastream-api
icon clock
10 |1500

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

1 Answer

Upvotes
Accepted
23k 22 9 14

Hello @niskrev,

Try

ek.get_data(".V2TX","TR.InstrumentDescription")

We can further research the available content within Eikon->Data Item Browser, by searching for the likely data, for the given example we tried searching within DIB for "description", and examining it's current value of the field:



dib.gif (330.0 KiB)
icon clock
10 |1500

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

Perfect. Thank you @zoya.farberov

Click below to post an Idea Post Idea