Hi there,
when I fetch the reported total asset of a stock by using:
eikon.get_data(RIC, fields = ['TR.TotalAssetsReported'], parameters={'SDate': date})
How can check the default currency of the total asset? is there a way to convert the assets into USD?
thank you so much!