The most recent content from our members.
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…
R studio - DatastreamDSWS2R error 2.pngR studio - DatastreamDSWS2R error.pngI cannot seem to install DatastreamDSWS2R package into R Studio, and when trying to run below code, i get error. pls assist. First attachment is what i see when trying to install dsws package. Second attachement is when trying to run a sample code,…
... to see it, but the data is not dowloading For almost two years I have been using the R API to download some data for an Option Strategy, which includes VIX and S&P values. Since May, the VIX Data became an extra service, which I am paying for. Nevertheless, the VIX Data works only on Excel, my code finds no data for it…
Hi team, Is R-Studio compatible with Eikon API? any documentation? Thanks for the help, Daniel
* I already installed library("eikonapir") * I already have the key (set_app_id) * I want the information contained in the image below:
Hi, I need to know how one can fetch the Market Open Interest using eikon R API. I have no idea about its fields name. I know how to collect Open Interest using eikon R API. Below is an example get_data(list("LCOc1"),fields = list('TR.OPENINTEREST.Date', 'TR.OPENINTEREST', '2000-01-01', '2020-05-25')) but I want to know…
How to connect R with reuters eikon?
Hi, I'm trying to retrieve all environmental data (with all 121 criteria) for several years, for instance, 2009. However, I get a lot of missing values ( more than a half). For instance, the code for emission data for 2009 I'm using (in R) is as follows: Emission09TEX <- get_data(instruments,…
Hi, I'm trying to get the values of Turnover for a list of industries for a specific calendar year and fiscal year. However, I obtained the values which are absolutely identical for CY and FY. Is it the right way I used to get the values or something is missing? x <- get_data(instruments,list("TR.TURNOVER(Frq = FY, SDate =…
Hi, I'm trying to get the annual turnover for the Fiscal year for a list of companies. As I came to conclusion, the following code does not work for that purpose. get_data(instruments,"TR.TURNOVER(SDate=FY2019, EDate=FY2019, Frq=FY, Curn=USD)"); I got the list of Fiscal year end dates by using:…
It looks like you're new here. Sign in or register to get started.