Hi,
I've been out last week and upon return none of my codes using rd (refinitiv.data) for querying historical data are working anymore. Did any significant changes happen over the previous week to explain this issue?
For example, this snippet of code that was provided to me by your team does not work anymore:
rd.open_session()
var = rd.get_history(
universe=[
'1ICEEUAIFTTLNG',
'1ICEEUAIFTTSHT',
],
start='2023-05-15',
end='2023-05-30',
interval='1D',
)
print(var)
Thanks for the help.