There is local currency denominated total returns 'TR.TotalReturn' on Python API, but this item seems to be not able to select currency.
How can I get total returns on any currency?
ex) AAPL.O's total return denominated on JPY = (1+r_local)*(1+r_FX),
where r_local = AAPL.O's local return denominated on USD, r_FX = USD/JPY rate return.