i notice that the TR.PriceClose data is different from yahoo finance's adjusted close price.
code is
df, err = ek.get_data(
instruments = ['MSFT.O']
fields = [
'TR.PriceClose.date',
'TR.PriceClose'
],
parameters = { 'SDate' ...
For example for microsoft on 2021-02-12, eikon TR.PriceClose gives 244.990, and for yahoo finance it is 238.582