-
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'?
-
Using the Refinitiv-Eikon applications-- if a variable is available using the Data Item Browser, ...
...but not available using the Screener, does that mean can't download information regarding that variable? Hello, I am trying to download time-series data regarding company geographic revenues and assets. Using the Data Item Browser, I can see a "Geographic Total Assets" variable. However, when I use the Screener…
-
Question about zero issued amount of bond presented in Eikon debt database
Hi, I have a question about Bonds US03785EK863, which has zero issued amount of bond or no face value of bond but has trading data during 2014/7/8 and 2014/10/8. The link is here. I am not sure whether this observation is wrong or not. And I am wondering what has happened to this data. Best
-
[Error 400 - invalid_grant] error description
I am running below rd.get_data( universe=['LSEG.L', 'VOD.L'], fields=['BID', 'ASK'] ) and getting error RDError: Error code -1 | Error code -1 | Insufficient scope for key=/streaming/pricing/v1/, method=GET. Required scopes: {'trapi.streaming.pricing.read'} Available scopes: {'trapi.search.read',…
-
RDPError: Error code 400 | Backend error. 400 Bad Request
While processing requests using Eikon API, I sometimes receive error. Is there any way to resolve this error. I encounter production hours loss due to this, it is not necessary that this errors comes to specific requests (ek.get_data(["0#.SPX"]......) or (ek.get_data(".VIX",'TR.PriceClose')) or any other. RDPError: Error…
-
eikon api daily limit reset time
Hi team, my client is asking about daily reset time of eikon data api download limit quota. Before it was 00:00 hkt, then they found on 28 June, it change to 15:40; on 2 July, it changed to 10:00; on 9 July, it changed to 14:40. All time stamp are HKT. So may I know what exactly is the limit reset time everyday? Thanks in…