The most recent content from our members.
Hello, I would like to translate the code below to R in order to get the data in R import eikon as ek EK_KEY = key ek.set_app_key(EK_KEY) ls = ['PETZ3.SA', 'QUAL3.SA'] start_dat = '2010-01-01' df_price, err_price = ek.get_data( instruments=ls, fields=['TR.CLOSEPRICE', 'TR.CLOSEPRICE.date' ], parameters= { 'SDate':…
Hi Team, Is it possible to get the dataframe list of powerplants from POWOUT app into Codebook? Kindly advise. Thank you in advance.
Hi. I am trying to pull unadjusted closing prices from R using the eikonapir package. When I set the corax param to 'unadjusted' it returns the below error:
I followed this install.packages("devtools") library(devtools) install_github("ahmedmohamedali/eikonapir") library(eikonapir) eikonapir::set_proxy_port(9000L) eikonapir::set_app_id('Your App Key Here') result <- get_symbology(list("MSFT.O", "GOOG.O", "IBM.N"),"RIC",list("ISIN"),raw_ouput = FALSE,debug=FALSE) print(result)…
Hello I get this error message when trying to connect to server from R. Any ideas what is wrong ? Thanks > library(eikonapir) > eikonapir::set_proxy_port(9000L) # port 9000L is for windows – for mac please use port 36036L > eikonapir::set_app_id("xxxxxxxxxxxxxxxxxxxxxxxxxx") > result <- get_symbology(list("MSFT.O",…
It looks like you're new here. Sign in or register to get started.