- What API are you using?
- What language are you using?
- What environment are you in?
Dear community,
What I need help with :
I want the data to be returned for specific types of investors.
Currently, I am specifying parameters as shown in the picture attached.
How I can filter for more than one "investor type"?
As can be seen in the attached I have tried to call two types of investors and only 1 of them is retrieved. Can you kindly help with this.
My code is as follow :
df,e = ek.get_data(instruments=['ANTO.L'], fields=['TR.InvestorFullName','TR.SharesHeld','TR.SharesHeld.calcdate','TR.PctOfSharesOutHeld','TR.InstrStatTypeValue','TR.InvestorType','TR.InvestorTypeId',
'TR.CategoryOwnershipPct','TR.InvParentType','TR.InvInvestmentStyleCode','TR.OwnTrnverRating','TR.InvAddrCountry','TR.InvestorAddrCity'],parameters={'SDate':'-1M','TheInvestorType':'301','TheInvestorType':'107'})
df