-
LSEG data download via RStudio
Hi, I am a Mac-user, so I'm trying to download daily JSE data via R while logged in my desktop Workspace. I am using this AI-generated code (see attached) to do this but it reports error 400. Could you please assist? Thanks https://us.v-cdn.net/6038239/uploads/BKAMKJRMJIL7/r-code-jse.docx
-
Can you please help me to download Newsmonitor regularly through an API via R program and also need
Hello Team, hope you're all okay today. Could you please advise if this supported in API (as client is requesting to download News Monitor through API via R program)? Thanks in advance.
-
MnA Deal Information
Hi, I would like to retrieve additional information about deals via the api, but I can only appear to get deal value. Is there a way to retrieve other target financials also? Sample code: screener <- 'SCREEN(U(IN(DEALS)),IN(TR.MnATRBCActivity,"5020101011"))' fields <- c( "TR.MnASDCDealNumber", "TR.MnAAnnDate",…
-
US Equity mutual funds
Hello, I am looking for historical data on US Equity mutual funds. I am conducting research on the following topic: The aim of the research is to explain how the compensation structure of portfolio managers affects their risk-taking in mutual funds and how this behavior is reflected in the performance of the funds. I tried…
-
Datastream API in R
I am attempting to use the Datastream API in R (through the VS Code IDE). I already did so successfully in the past and already initialised my Datastream personal username & password. Now I am trying to run code on a new project (the code was written by someone else). I ran the code: mydsws <- dsws$new() But received an…
-
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…
-
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:
-
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.…