Hi, I downloaded the latest Linux SDK version RTSDK-2.2.1.L1.linux. After unzipping I have RTSDK-2.2.1.L1.linux.rrg.tar file on my RH Linux machine. But 'tar' command does not do anything with it. How do I 'untar' it further to extract files? Thanks Vlad.
We used to use the "Eikon .NET APIs" in C# to query historical bars, and then stream 60minute and daily bars. This was fairly convenient because for streaming for example we would use the dataService.TimeSeries.SetupDataSubscription() request and it would give back DateOHLC+Volume bars. We are needing upgrade for LSEG…
Hello, I am currently working with the Refinitiv Data Library and attempting to fetch market capitalization data with a quarterly frequency using the get_history() method. Despite specifying interval='quarterly' as a parameter, I am only able to retrieve the yearly data. The quarterly values are available through…
Hello everyone, I'm new to refinitiv and I would like to start streaming data. I managed to get BID_YIELD data however I could not manage to do the same for ZSPREAD. Thanks in advance for your help Here is the code import refinitiv.data as rd from refinitiv.data.content import pricing rd.open_session () streaming =…
Hey together, is there any best practice how I can get the RIC or PermID automatically (not manually, via an API, or Python Lib Dataplatform) if I have a list of many companies? I only have the information of the companies like name, address, country etc., and as unique identifier only the DUNS number? Does anyone have…
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…
It looks like you're new here. Sign in or register to get started.