ric=['7207.T']
fields = ['TR.GICSSector', 'TR.GICSIndustry', 'TR.ClosePrice', 'CF_CURR', 'TR.CompanyMarketCap']
params={'TR.CompanyMarketCap': {'CURN':'USD'}}
ndata = eikon_data.get_data( rics, fields,params);
Could you help me with passing arguments to get_data function? For example, I'd like marketcap in USD and above code does not work.