...mation 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.