Hi, it looks like I'm unable to retrieve any data via Refinitiv using the new Refinitiv Data Library.
Sample Code:
import os
os.environ["RD_LIB_CONFIG_PATH"] = "../../Configuration"
import refinitiv.data as rd
rd.open_session()
Code is fine up to here, (desktop) session seems to be successfully opened:
However, attempting to get the data as demonstrated in the examples does not seem to work:
rd.get_data(['LSEG.L', 'VOD.L'])
Would appreciate any help, thanks.