-
Continuously getting backend error and internal server error.
Hi, I have around 6000 RICS and i want to fetch the earnings data for those RICS on daily basis. I'm using eikon. But continuously I'm getting backend error and internal server error. and even if I ran it on the for all 6000 RICS I'm getting the data for only in between 3 to 3.5K. I'm tried giving the time sleep of 2 sec…
-
Analyst estimates on semiannual basis.
I'm getting the correct data for quarterly estimates. df,err = ek.get_data( instruments = ['MSFT.O'], fields = ['TR.EPSMean.periodenddate','TR.EPSMean','TR.EPSMean.date','TR.RevenueMean', 'TR.NetProfitMean'], parameters={'SDate':'2023-01-01','EDate':'2023-10-23','Period':'FQ1'} ) df But for UK companies which are giving…
-
Analyst Estimates.
Hi, I want to fetch the data for analyst estimates. I'm using the below code to get the data and but the response we're getting is not what we want . I have attached the screenshot of the code with response we're getting with the response we want in screeshot below with some values in yellow colour. We need to resolve this…
-
Fetching Revenue, net income and Eps data.
I'm trying to retrieve the revenue, net income, and EPS data for around 4000 RICs, one RIC at a time, but I'm having trouble doing so. I'm able to get the data up to 100 but after that I get a 400 backend error message. I'm using Refinitiv Eikon's most recent version, 4.0.63. Additionally, I am not exceeding the limit…
-
Experiencing Rate Limit Errors with Eikon Data API
Hello, I have been using the Eikon Data API to fetch news headlines using a Python script that runs every 10 seconds. The script is as follows: * q = 'Topic:NEWS1 AND All Alert AND (Language:LEN OR Language:LZH)' result = ek.get_news_headlines(query=q, date_from=from_ts, count=100) headlinelist = ## extracted from result…
-
Merge and Acquisition
Hi, I want to fetch the merge and acquisition data for a RIC where the RIC is as target not acquiror. Like I want to find that the RIC WTB.L (Whitbread PLC) is acquired by any another company. Is there a way where we can specify the RIC as target and find its acquiror company or is there any field for it. Please help me…
-
API migration
Hi there. A contact of mine is “still using the old rmds to deliver market data into our risk application. We have some compatibility challenges 32/64 bit”. Specifically “we believe we should get rid of the old SSL COM API but we are not sure which API we should go for instead. Possibly we should go for EMA C#.NET Core?”…
-
Refinitiv Eikon
I ran into some issues retrieving the data. There is data for some RICS on the UI, but when I try to get the data via the API, it returns NA. Additionally, if I use the SDate and EDate parameters to collect data for a range of certain dates, I also receive data for earlier dates. However, I only want the data in those…
-
Regarding the data fetching
I ran into some issues retrieving the data.There is data for some RICS on the UI, but when I try to get the data via the API, it returns NA. Additionally, if I use the SDate and EDate parameters to collect data for a range of certain dates, I also receive data for earlier dates. However, I only want the data in those…
-
Connection Timeout
I was trying to pull data with get data as first and it seems to run into server time out problem. I figure that might has been caused by the api limit. I switch to timeseries and this is what I got File, line 134, in send_json_request raise EikonError(eikon_err.code, eikon_err.message) eikon.eikonError.EikonError: Error…