For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 1 0 1

How to get only foreign or domestic institutional ownership data from Eikon API?

Hi,

I am trying to retrieve institutional ownership data, split into the information whether it is foreign or domestic. I was trying

data, error = get_data("IBM", fields=list(TR.SharesHeld(InvestorCountryPermId=100114).date','TR.SharesHeld(InvestorCountryPermId=100114)'), parameters=list('StatType'=1,'SDate'='2020-12-31'))

but this does not work. Is there any other convenient solution?

Many thanks.

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpython
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvote
Accepted
39.2k 75 11 27

@laturnus
Try removing StatType parameter. I'm not sure where you got it from, I don't see it in the list of parameters related to these fields. The following returns data on my end as expected

get_data('IBM', list('TR.SharesHeld.date','TR.SharesHeld','TR.SharesHeld.InvestorName'), list('SDate'='2020-12-31','InvestorCountryPermId'='100114'))
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvotes
1 1 0 1

Thank you very much!!!

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea