Hello, What is the correct and most reliable way to configure proxy settings for a "Platform" session in the lseg-data library? An example using the proxies parameter would be appreciated. Many thanks
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…
Hello, How can I use Python to extract the underlying data for something I see on the terminal? For example, recommendations and target price trends.
In the Workspace desktop front-end we see that the Reuters article on Qualcomm’s earnings yesterday came out at CET 22:02:26 (that makes sense, post market US market close in CET), but the same article gets a Timestamp of 21:02:26 in API, exactly one hour earlier It is as if the Timestamps don’t take into account the fact…
Raising it on client behalf I would like to ask info about the timestamp of EURHUF data from the Refinitiv python package. How do I know if it is my time (Budapest, right now UCT+1). Please explain how to get the data to match my perception, I can't fix my mismatch 388.4 2025-10-28 12:35:43 EURHUF= BID ASK Timestamp…
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):…
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',…
It looks like you're new here. Sign in or register to get started.