-
Eikon Data API Excel Addon for Linux RHEL environment
Hi all. I plan to use Linux RHEL as an operating system for one of my devices. The web version of Eikon works just fine. However, I do not have MS Office Excel. Hence, I can't use the Refinitiv Excel COM API Addon in LibreOffice Calc to retrieve and update data using formulas, as I usually do. It was very convenient to do…
-
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: Error in 1:nrow(input_data_frame) : argument of length 0 while using get_timeseries
Hi, I am getting the above addressed error while running the get_timeseries. It is not a consistent error, sometimes it appear and sometimes it does not NCLData <- get_timeseries(list(paste0(CFTCRICS[i],"NLNG")),start_date = paste(floor_date(Sys.Date() - years(14), "year"),"T00:00:00",sep = ""),end_date =…
-
How can I tell which fields are available for the given RICs using the Eikon API to pull timeseri...
...es data? Hello API Experts, We have a client asking how can he tell which fields are available for a given RIC using the Eikon API to pull timeseries data. Client said he is using the eikonapir package in R. Please see the attached sample code that the client sent. Thank you and looking forward to your feedback on this.…
-
Refinitiv Eikon API in R - Issues with extracting paneldata/time series
I am using the Refinitiv Eikon API in R, using this https://github.com/ahmedmohamedali/eikonapir. I am trying to extract values for each month the last 10 years with 30 or so different variables defined. However, the code does not run when trying to loop over several time periods. I am using the get_data function, as I…
-
announcement: updated version of eikonapir R package
This is not a question but more of an announcement. I wanted to inform you that I have updated the eikon api for R after forking the github repository at <https://github.com/ahmedmohamedali/eikonapir>. Here is the updated code in github: https://github.com/philaris/eikonapir Among other things, I have updated the R API to…
-
R Support Available?
Hi team, can we pull company earning dates in R but dont see any R support. Is R supported? Can you point me to resources/pass some sample code? Thanks, Regards, Shivu S B
-
Issue with Production Market Data Service (using EIKON/EMA jar version 3.6.3.1)
Asking on behalf of the client. We (Chelmer/Hobson Wealth details below) had an issue with our Production Market Data Service (using EIKON/EMA jar version 3.6.3.1) where we received an unsolicited and malformed depth message for AIR.NZ (which we have no record having requested) and we were not able to read the summary data…
-
Generate historical adjusted closing prices in R
Hi, I am using the R package to pull data and would like to pull historical data fields for specified dates like adjusted closing prices and volumes. I have tried: get_timeseries(list("MSFT.O","VOD.L","IBM.N"),list("*"),"2016-01-01T15:04:05","2016-01-10T15:04:05","daily") and included the TR.PriceClose field but it fails.…
-
Accessing historical lipper data from R
Hello, I have been using the get_timeseries function and the get_data function in r but have not seemed to be able to pull Lipper historical data. Any ideas?
-
Error in print.default("HTTP Error, code= ", response$status_code, sep = "") : invalid printin...
...g digits 503 - EIKON API, R Hi, I am getting the below error when I try to connect Eikon API using R. Error in print.default("HTTP Error, code= ", response$status_code, sep = "") : invalid printing digits 503 Can someone please help me? Thanks, Sree
-
Data limit reached?
I downloaded a rather large amount of data via the Eikon API for R. After requesting two data points for ~5000 companies, the code stopped working and now returns "Error in print.default("HTTP Error, code= ", response$status_code, sep = "") : invalid printing digits 407" I suspect, that a limit has been reached.…
-
API for R: extract price of stocks at some point in time
Hi. I need to match a large number of events to stock prices (different stocks, different points in time). I understand I can use Time and Sales template. However Im working with R but I couldn't find API for R on Refinitiv's API website. Could I check if there's any way to implement the price extraction in R? Many Thanks.
-
Eikon API(R) connection is not working with Eikon desktop running in my PC
HI, I',m trying to download historical data with the eikonapir library. I'm using Windows 10 and the latest version of Eikon. Eikon is running and, when I try to download the historical price of AAPL, I have the next error message: Error in curl::curl_fetch_memory(url, handle = handle) : Failed to connect to localhost port…
-
Eikon API R NOT WORKING
get_timeseries(rics = ricsH, fields = list("TIMESTAMP", "CLOSE"), start_date = paste(SoyaFC$Date[nrow(SoyaFC)] + 1, "T00:00:00", sep = ""), end_date = paste((today() - 1), "T00:00:00", sep = ""), interval = "daily", normalize = TRUE, raw_output = TRUE) Two weeks back I was able to run this code with no issue. Now it is…