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
71 0 0 2

Importing Data via the python Eikon API

When importing data via the python Eikon API, one is requested to specify the items that need to be imported. I am using a list of ISINs that represent securities. When I import the data I would like a variable data indicates whether the security is a bond, equity, or other. Which command do I need to retrieve this data?

@Alex Putkov.

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apidata
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.

Hello @August Alvin.Guillen

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Thanks,


AHS


1 Answer

· Write an Answer
Upvotes
Accepted
39.4k 77 11 27

Try

ek.get_data(["US3453708600;US345370BR09"],
            ["TR.AssetCategoryCode;TR.AssetCategory"])

See this tutorial, which talks at length about metadata discovery (finding field names and parameters) for use with Eikon Data APIs.

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.

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.