For a few days now, the TR.PRICECLOSE data does not seem to be updating anymore.
For example, if I try to download the last close for INGA.AS, it returns the close of 9.448 per 2022-04-14.
eikon.get_data("INGA.AS", ["TR.PRICECLOSE", "TR.PRICECLOSE.DATE"])
where I expect to get the close of 9.73 on 2022-04-20.
This happens also for all other symbols. Adding start and/or end dates doesn't help either.
Any help would be appreciated.