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 = paste(LastDayInMonth(Sys.Date()),"T00:00:00",sep = ""))
where CFTCRICS[1]="4005602".Sometimes while running, it shows error:
Error in 1:nrow(input_data_frame) : argument of length 0
and sometimes it runs properly. Please Help,
Thank you
You may need to set the debug to TRUE to verify the retrieved response.
NCLData <- get_timeseries( list(paste0(CFTCRICS[i],"NLNG")), start_date = paste(floor_date(Sys.Date() - years(14), "year"),"T00:00:00",sep = ""), end_date = paste(LastDayInMonth(Sys.Date()),"T00:00:00",sep = ""), debug = TRUE)
Bloomberg R user switching to Eikon/eikonapir - sample R scripts/field mappings
R compatibility with eikon api
eikonapir function get_symbology() to SEDOL returns "no best match available"
get_symbology exists with error instead of silently
How to fetch historical "Market Open Interest" using eikon R API?