How can I download the equity data of a constituent with country residence or other country informat

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.

Best Answer

  • aramyan.h
    Answer ✓

    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

Answers

  • 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?

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