I am coding in python with your desktop eikon api to try and extract the latest leaders and laggers across different asset classes inc fx, stocks, bonds, etf and crypto assets but failed I also trying to extract based on news but theres only broad economy news which i cannot zoom into asset specific .. how do i screen for…
How to run use the lseg data library inside of the Docker container and connect to the LSEG Workspace session that is running outside of that container? I try to use those function in lseg data library in the docker container, while it keep saying session not open while in my code already included the `…
Can somebody help me make this request more efficient, so that it will consume less requests? Goal: i need daily timeseries for several instruments (options) for some fields. In the past, way before LSEG, when it was still called get_timeseries instead of get_history, i was able to retrieve timeseries for multiple…
Issue Description: After logging into Workspace in the evening and using Codebook, I was unable to run any code. The notebook (u1.ipynb) gets stuck with an asterisk (*) when executing the script in cells. This happened on two separate days, so it’s not a one-time issue. I tried restarting the kernel each day, but it didn’t…
I am getting this error when I tried to lseg_open_session() today. Has there been some issues with the API today? I never had this issue before. Slice of the key error message below: Traceback (most recent call last):…
HI, When I use RDP.HIstoricalPricing on "LCOc1" (and also various currencies) in Excel, it returns data with today (Nov 5) as the most recent row. This is the formula that Workspace creates when you export a chart to Excel. When I run this code in Python, it returns data with the previous session (Nov 4) as the most…
Could you please help me with modifying the Python code so that we can pass multiple RICs at once and retrieve data for all of them in a single function execution? We would like to avoid looping through each RIC individually, so any guidance on how to handle multiple RICs in one call would be appreciated. import…
Hi Dev Team, Good morning.! May I request for your assistance please. Client wants to pull data using FQ0. and needs code that to use for the LATEST AVAILABLE shares outstanding. Script given by client: import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = [ 'NVDA.O','AJG','ABBV.K', 'ACCO.K', 'AMG',…
I use the Codebook app in Workspace and utilize an API program that retrieves news stories. I have a couple of questions about that: The news stories before 2025 do not seem to be retrievable in the Codebook through the API. I am wondering if there is a limitation to what can be retrieved with the API, such as news stories…
I want to know whether any functions for library `lseg-data` in python can fetch whole year economic event.
how we can disable the SSL verification in the python implementation/code (see below)? Additionally, is there documentation for the python API for the lseg.data component? We found this but I cannot find the specific information we are looking for: Refinitiv Data Library for Python [cdn.refinitiv.com]. Can you please point…
It looks like you're new here. Sign in or register to get started.