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
24 2 3 4

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-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apidatastream-api
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
Upvotes
Accepted
32.2k 40 11 20

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 512.0 KiB each and 1.0 MiB total.

Perfect. Thank you @zoya.farberov

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.