-
need to connect to workspace via RStudio.
I need to connect to workspace via RStudio. Il installed Refinitivr package and i run this command with my API Key found in APPKEY : RD <- RDConnect(application_id = "<app key>", PythonModule = "JSON") I get this message : Erreur dans RefinitivJsonConnect() : Please supply Eikonapplication_id. Screenshots:
-
Live Streaming Now Available in RefinitivR Package
I'm excited to announce that real-time streaming functionality is now available in the RefinitivR package for R. This enables R users to access live market data through WebSocket connections, similar to what's available in Python and other languages. WHAT'S NEW The package now includes a comprehensive streaming API that…
-
Could you please create a formula in phyton?
https://us.v-cdn.net/6038239/uploads/CACNVV9PE3ZC/lseg-series-281-29.xlsx I have a data series for 'iBoxx EUR Banks Senior United Kingdom - Optional Adj Sprd - iBoxx EUR Banks Senior United Kingdom - Optional Adj Sprd' which I currently pull through into a spreadsheet with the IBEBSUK ticker. Would you have some sort of…
-
I am trying to get to grips with the Python API With mixed results tbh.
I am trying to get to grips with the Python API With mixed results tbh. I am trying to donwload IBES data via the api the fields are as follows: "TR.EPSMean.fperiod", "TR.EPSMean.periodenddate", "TR.EPSMean", "TR.EPSMedian", "TR.EPSHigh", "TR.EPSLow", "TR.EPSStdDev", "TR.EPSNumberofEstimates" Instrument ATVI.O^J23 I think…
-
How to get FTSE trade volume decimals when Volume = 0.
I am using this endpoint to get time and sales for ftse350 stocks. def get_time_and_sales(rics, query_start_date, query_end_date, max_retries=10, retry_delay=20, identifier_type: str = "Ric"): """ Retrieves time and sales data for given RICs from Refinitiv. Docs:…
-
Accessing data via API endpoints to be used in R studio
Hello, I am trying to access example/sample data from the LSEG API using RStudio on my local machine. I would like guidance on: - The correct API endpoint(s) to use for retrieving sample data. - Any example requests in R (e.g., using httr or curl) that would allow me to test the API successfully. - Authentication steps…
-
MSCI total return indices from Eikon into R
Hi, I am interested in retrieving daily (or monthly) MSCI total return indices data (for a set of countries) via R/RStudio. I believe (please correct me if I am wrong) these data are in Eikon. From reading here on the platform I learned it is possible to use R. I guess what I ultimately need is API access to Eikon via R,…
-
Where and how within the LSEG to get the MSCI total return country indices in R/RStudio
Where and how within the LSEG to get the MSCI total return country indices in R/RStudio, do you have any training documentation or training video which we can refer.
-
Tutorial on RDP
I am a Refinitiv Workspace client with access to Datastream (DSWS), and I would like to know if there are any tutorials on the Refinitiv Data Platform (RDP) using REST to retrieve data from R. Which credentials do I need to get? Is there any R package to get data directly from Datastream and Eikon API?
-
Invalid printing digits 500 error
I'm needing to extract time series data to update our correlations, and I have got the invalid printing digits 500 error, can you please assist? I'm basically pulling time series data for the last 3 years - I understand that it might be a lot of data, so I will pull it less frequently, I need my API to be unblocked though.…
-
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:…