fields = ['CF_EXCHNG','RDN_EXCHID','RDN_EXCHD2']
stream = ld.content.pricing.Definition(universe = rics, fields = fields).get_stream()
stream.open(with_updates=False)
stream.close()
df = stream.get_snapshot()
These ric return results are empty
@rice
Thank you for reaching out to us.
According to the code, the application subscribes to real-time streaming data. It may relate to a permission issue.
You can enable the debug log to verify what the problem is.
config = ld.get_config() config.set_param("logs.transports.file.enabled", True) config.set_param("logs.transports.file.name", "lseg-data-lib.log") config.set_param("logs.level", "debug") ld.open_session()
With this code, the lseg-data-lib.log file will be created. Please remove any private information from the log file and then share it.