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 0 1

How can I download the equity data of a constituent with country residence or other country information via Eikon?

Hi,

I was downloading the constituent equity data using Python with Eikon as

ek.get_data(instruments=constituent, fields=required_fields),

with certain fields contain country information of the constituent:

required_fields = ['TR.ExchangeCountry',
                   'TR.CoRPrimaryCountry',
                   'TR.CoRPrimaryCountryCode']

I wonder, besides of country of primary risk, are there other fields that contain the country information of the constituent, such as country of residence. If so, what are the name of the fields.

eikon-data-api#contentfieldsequities
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.

Hi @jian.he ,

Does the comment below answer your question? If so, would you mind clicking the 'Accept' button to the left of the comment?

1 Answer

· Write an Answer
Upvotes
Accepted
5.1k 16 2 7

Hi @jian.he ,


You can check all available fields in Data Item Browser (DIB) app in Workspace/Eikon.

Please see some of those below:

screenshot-2024-04-08-at-130710.png

Additionally, you may raise a content query with the with the Helpdesk or via Get Help&Support in Workspace who are better equipped to address content related questions.


Best regards,

Haykaz


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.

Hi Haykaz, Thanks a lot for the answer. It helps.

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.