Hello,
Using the following two fields: ['TR.InvestorFullName.investorid','TR.InvestorFullName'], I may get as ID "2928306", corresponding to "Mitsubishi UFJ Financial Group Inc".
If I try to use ek.get_data() with 'TR.ISIN' for the ID above then I get no match.
If I try to use ek.get_symbology() I have the same issue.
(For the complete list of investors I get only very few positive results..and they seem to be completely wrong, e.g. the Investor ID "2003672" leads to a Chinese bond)
So what is this Investor ID that is retrieved in this first step? I want to receive the ISIN for the Investor ID.
Edit:
After getting the Perm ID ('TR.InvestorFullName.investorpermid'), I now have the second problem that for some reason only very few instruments/PermIDs generate an output when searching for ['TR.ISIN','TR.RIC'].
Instrument ISIN RIC
0 5000000933 JP3902900004 8306.T
1 4297836130
2 4297651992
3 5000001144
4 4296477482
Searching manually for the other Perm IDs works perfectly fine, though.
Best,
BQXQ