-
Eikon API request failed. Do you have an Eikon license and Eikon open?
Hi Team, I'm assisting User regarding an error in API. The client [GESG1-163451] mentioned that it was working two weeks ago. Troubleshooting Steps Taken: Verified workflow: Opened the Workspace application Launched RStudio/API Run the Codes and the error appears "Eikon API request failed. Do you have an Eikon license and…
-
API Query for Private Company Data
I have previously pulled Screener data in R using the API (see code snippet #1), but for some reason I am retrieving zero observations when I do the same using formulas from the Private Companies universe (code snippet #2). Can someone help me get this query working properly? Code snippet #1: screener_formula <- 'SCREEN(…
-
Connect to the desktop session by using the R Library
I recognise that all support is basically focused on Python, but I don’t want to run another Python-based system next to the R-based system we already have. However, going through the Python documentation, it seems to me that, under-the-hood, the Eikon Data API is just JSON over WebSocket on localhost:9000. Therefore, it…
-
Pulling data into R studio
I was wondering if there was a way to integrate your data into R. I am working on creating a research interface in R to get live data for fundamental metrics live price, etc and was wondering if I can attach your data to R? Specifically pulling data into R studio
-
Getting time and sales data. No data in the 200 response
What am I doing wrong? I'm trying to follow this: https://developers.lseg.com/en/article-catalog/article/using-tick-history-in-r-language-part-3 def preview_response(response, num_lines=100): """ Prints the first few lines of a streamed Refinitiv API response. :param response: The streamed API response. :param num_lines:…
-
Expired token errror in DSWS API
Client is getting attached error when trying to retrieve data using DSWS R API i can see the token expiry date is 31 march 2025 I checked previous Q&A cases here but they seem to be relate to RDP and not DSWS Please advise how to fix this. thank you
-
intro to using GreenGrassBlueOcean in R - unused argument (RDObject = RD)
At this time no further help needed. This post can help someone else if they get stuck. …trying to get started downloading data directly into R. Getting stuck out of the gate. library(Refinitiv) #This is the 1st line in which I get an error (taking the code straight from GGBO ReadMe) timeseries1 <- rd_GetHistory(RDObject =…
-
R Studio Server (posit Workbench) to Refinitiv for direct data
Hello, is it possible to connect from R Studio Server (posit Workbench) to Refinitiv for direct data access? Are there any specific requirements or set up to implement? I am trying to connect in R Studio Server using the API key with the following command: library(Refinitiv) Eikon <- EikonConnect(Eikonapplication_id =…
-
R Packages for Workspace?
Looking for R Package recommendations for Workspace. What I've found on GitHub appears stale, so grateful for suggestions, please.
-
Error using Datastream in R
addpkg('DatastreamDSWS2R', '1.9.7') library("DatastreamDSWS2R") options(Datastream.Username = " ZXXX000") options(Datastream.Password = " PASSWORD123") mydsws <- dsws$new() Error in rjson::fromJSON(myTokenResponse) : no data to parse
-
R code Authentication for RDP API
I have a cleint hwo is using R code to login using his machine ID. When I use Postman and Python, I am able to use the same password success fully to authenticate but when the cleint uses it on his side it gves him Invalid Username or Password error. I did get similar error initially after setting the cleint password but…
-
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 =…
-
Beta Expression in R via Datastream API
Hi, I am trying to run an expression in r using the DatasteamDSWS2R package. I have be able to get a more simple expression working, but for what ever reason the formula supplied is not generating any data. mydsws$timeSeriesRequest( instrument = 'A:BHPX' expression =…
-
Retrieving historical constituent data using R
Hi Team, we have a client that is trying to retrieve historical data using R with the following code: get_data('0#.KLSE(2018-01-01)', list('TR.InstrumentName', 'TR.CompanyMarketCap(ShType=OUT)')) but they are not able to retrieve it. Client said they were able to retrieve this previously with the below image similar…
-
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…