-
Refinitiv Data Library performance significantly worse than Eikon Data API
Hello, Due to the fact the Eikon API is going to be phased out, I've started looking at replacing code from using the Eikon Library, to the Refinitiv Data Library in Python. Currently everything is clear and going smoothly, but I've noticed that the RD library has significantly worse performance than the eikon library. For…
-
Fetching data of company level in python
Hi, If I search for a given ric (GE), and go to Ownership tab. We get data like Top Investors, Investor Type, Breakdown, and Holding Concentration. I want to extract these for a company over time through a codebook in Python. How can I do that? Thank you for the help.
-
Is it possible to get the dataframe list of powerplants from POWOUT app into Codebook?
Hi Team, Is it possible to get the dataframe list of powerplants from POWOUT app into Codebook? Kindly advise. Thank you in advance.
-
Convert python code to ‘import eikon as ek’
Hi Team, Can you help me to use eikon api and use the command ‘import eikon as ek’ to import the code below? import refinitiv.data as rd rd.open_session() rd.get_history( universe='CBF24^2', fields=["SETTLE"], count=1, ) Could you please provide the code that can be used through eikon package? For some reason, seems…
-
Error Retrieving Data through Eikon API
Hi Team, I managed to install the eikon package and set the app key, however, when I tried to run any of the test codes, like " df = ek.get_timeseries(["MSFT.O"], start_date="2016-01-01", end_date="2016-01-10") " I ran into error. It would be great it someone could provide some advice. Thanks in advance!! Here's what I…
-
How can I get real-time stock price using EIKON API or Refinitiv-data API ?
I want to get real-time stock price for S&P 500 constituents and S&P 500 Index. I did it 2 ways, there are each problem. And there are delayed data only. Do I need additional subscription charged? Please check there are any problem. 1. spx_cons = ['MMM.N', 'AOS.N', 'ABT.N', ....] data, err = ek.get_data(spx_cons,…
-
Dividend adjusted historical prices
From what I researched in this forum, Eikon does not provide dividend adjusted historical prices. But since the posts are very old (more than 2 years old), I would like to know if such a feature was implemented since them. Using unadjusted prices for modelling is unacceptable and even free services such as Yahoo have…
-
how can I get all the instruments/companies that has the field information?
Hi all, I'm using Refinitiv data platform on Jupyter lab, Windows. So I'm trying to get all the companies that disclosed their emissions data, not a certain number of companies. However, the code creator requires me to put "instrument" to generate the code. How do I get all the list of the companies with the certain…
-
refinitiv.data not able to retrieve RDP access token (Error code 401)
Hello, Recently I received Refinitiv Workspace and am using it instead of the old Eikon application. I am using the eikon and refinitiv.data API via Python. The eikon API works without any issue, however when I try to retrieve data using refinitiv.data I receive the error code 401 with the following message: When opening a…
-
monthly data is wrong
on 'Price History' page with this RIC named 'CMZN0' I searched with the interval as 'Daily' and 'Monthly' Base on Daily data below, the average of Oct-2023 has to be '2449.20' but in the other picture, It provides 2432.50 for Oct-2023. how to get precise 'monthly data'?