Hi,I want to get a list of domestic investment trusts in Python using Eikon Data api.
Q1.Could you teach me how to write python code when I get all columns?
like ek.getdata([JPFUND],[XXXXXX])
Q2.Could you teach me how to write python code when I get selected columns?
like ek.getdata([JPFUND],[Lipper RIC,AssetName,ISIN Code])
Q3.Can I get Japanese character AssetName?
thank you.