Hi, I understand that Eikon will be withdrawn in June 2025. Hence I am trying to migrate my code from Eikon library to the new refinitiv.data library. Using the old Eikon api, I deployed the following code to download exchange rates between MYR and VND df=…
Dear Refinitiv Developer Support, I’m retrieving adjusted close prices (reflecting splits & dividends) for Nordic stocks, specifically NAS.OL, but encountering issues: Correct Data Field? TR.ClosePrice or TR.PRICECLOSE does not return expected values. What is the correct field for fully adjusted prices? Mismatch with…
hello, I keep having a handshake error, would you know why? Error on handshake url : DesktopSessionError() http://localhost:9005/api/handshake I tried clearing the caches, updating refinitiv, re-installing the packages, and it should not be a proxy problem either. Help!
How to retrieve USD/MXN Outright at broken dates (end of quarter for the next 6 quarters) in python? e.g. using lseg-data library or any other I was able to see this discussion: https://community.developers.refinitiv.com/discussion/66758?tab=accepted Also, the documentation found on:…
Hello team I'm using Workspace Desktop .NET API to retrieve historical data. LSEG Data Library for .NET | Devportal I need the daily historical data for below 2 RICs: XAUFIXAM= XDRUSD= Could anyone help me with a sample C# scipt code with the 2 RICs above? Thanks & Regards, Dan
Dear All, I would like to create a time series data frame, so dates on the left and then columns of daily prices of each security that consitutes the iTraxx Europe Series 42 Version 1 (Index Red 9: 2I666VDK8). I'd like the dates to be from 1st Jan 2020 to 1st Jan 2025. I cannot figure out how to get the prices directly…
when I use the Peers function in codebook, it provides ~50 peers, which is much more than the 7 that you have said the peers function is supposed to identify. How do I limit this to the most relevant 7 peers? I am concerned that adding a number to the function may just select 7 out of the ~50 peers arbitrarily, rather than…
I’m trying to stream prices using the lseg api. I was using a config file to set up the session: with open(self.config_file_name, "w") as config_file: config_file.write(json.dumps(self.config_dict, indent=4)) self._session = rd.open_session(config_name=self.config_file_name) This works well, but when I deploy to AWS the…
Hi Team, I am new to the API and currently using the Eikon Data API to fetch news data through a Python script that runs every minute. However, at some point, the program crashed. To identify the issue, I ran the sample code from the codebook, but it returned an empty dataframe: I have a few questions regarding this: Did I…
how do i make a function like this to work? import refinitiv.data as rd rd.open_session() year = [2025,2026] df = rd.get_data( universe = ['CEAB3.SA'], fields = ['TR.NetProfitMean(Period=year1})', 'TR.NetProfitMean(Period=year2})'], parameters = { 'year1':year[0], 'year2':year[1] } ) display(df) the year list is dynamic.…
It looks like you're new here. Sign in or register to get started.