I am using refinitiv.data version 1.6.1 and Python version 3.12.4. My current subscription is for Refinitiv Workspace. I have the following questions:
- Is there any option to use the Python API without getting kicked out of the workspace desktop session all the time?
- What is the exact difference between eikon library, Refinitiv.data and Refinitiv.dataplatform?
- Is there an official complete documentation set maintained by Refinitiv that shows all available function calls and available arguments other than the repo on github?
- I was using “rd.get_data(universe=[‘LSEG.L’,’VOD.L’])” and did not get any return but when using “rd.get_history(universe=”LSEG.L”)” I do get a result as expected. Both calls are copied from github. Please advise.