Hello, support team.
I'm using EIKON API.
I want to get yesterday close price.It was normal until a few days ago. (ticker code is '.TOPX')
before_price_df, err = ek.get_data(instruments=[".TOPX", ".MTHR"], fields=['TR.PriceClose(Lag=0D)'])
print("before_price_df", before_price_df)
-------------------------------------------------------------------
[* reply data]
before_price_df Instrument Price Close
0 .TOPX 1292.01
1 .MTHR 613.98
-------------------------------------------------------------------
’.TOPX’ --> bad data. reply data is ...1292.01 (correct data: 1399.32)
'.MTHR' --> correct data. reply data is... 613.98
Please investigate this issue.
Best regards,