Hi!, I'm currently working on a portfolio optimization assignment in R and need to download the historical data for 10 stocks, including the adjusted close price to calculate the returns. However, when I downloaded the historical Excel data from Refinitiv Eikon, I noticed that it had it didn't have any column for adjusted…
I'm using the Refinitiv package in python, following code, and receive wrong data back, also depending on the parameters. The code: import refinitiv.data as rd from refinitiv.data.content import fundamental_and_reference rd.open_session() fields = [ 'TR.F.TotRevenue.fperiod', 'TR.F.TotRevenue', 'TR.F.COGSTot.fperiod',…
Hello, I am trying to utilize the following RDP API endpoints by utilizing Python requests library: * Company Fundamentals:* data/company-fundamentals/v1/financial-statements/global/balance-sheet * Historical Pricing:* v1/views/interday-summaries/ I need to retrieve data in parallel and as batches, if possible. I need to…
Hello, I need to find financial data for German companies (using Refinitiv worldscope fundamentals annual) but I cannot find the DHL group under its ticker DHL or name (or previous name Deutsche Post AG). The company does show up under the name Deutsche Post AG and the ticker DPW but the data is wrong since that is for…
Hello! To explain the background of my questions: I am working on a project where I want to identify individual trades above and below a certain value threshold. For example, I want to get the volume of AAPL.O for trades above $10,000. I use the Refinitiv Python API, specifically, the refinitiv-data library. Question 1: I…
Hi Team, Since the client encountered problems using the RDP Python library for their solution, particularly with accessing historical prices, they have opted to use the Python requests library (with examples provided in the API Playground) to retrieve data. Here is a sample request for historical prices: url =…
Hey Team, Can you provide guidelines on robust error handling and retry logic for API calls to handle transient errors and ensure reliable data retrieval for RDP API? Thanks!
we are trying to get market data (1. Zero coupon curves for Discounting ( SWAP Rates ) 2. Daily FX Rates 3. Volatalities for FX Options) from Refinitiv to SAP S/4 HANA Through CPI , Please let me know which API's needs to be used for the above mentioned market data
HI, I am using the Eikon API in Python. I am trying to get the ESG scores of the target companies at the day of the deal announcement and the acquirer scores on the deal announcement as well as 6 months after the deal is closed. I have the following code that partially works (I am not getting the exact date as per the M&A…
We have a .NET service running 24/7 based on the library provided by LSEG, specifically Refinitiv.Data version 1.0.0-beta5. We have been getting such errors on daily basis, which cause the service to fail. We are using this example…
It looks like you're new here. Sign in or register to get started.