I am dowlnoading data via Eikon Python Api. Certain data stopped working, but remaining rics are still ok. The querry in question is:
print(ek.get_timeseries(['XPDFIXPM=','XPDFIXAM=','XPTFIXPMEUR='], start_date='2023-04-25', end_date='2023-05-25', fields='Close'))
As I understand the data in question has been changed. How should I retrieve it now?