eikonapir
eikonapir copied to clipboard
Bug in get_timeseries when pulling unadjusted prices (setting corax = 'unadjusted')
There is a bug in the API. The code uses the payload variable. The correct variable should be list_object.
set_string_property <- function(list_object,property,value) { if (!is.null(value)) { if (is.character(value)) { payload[property] = value return (TRUE) } else {
return (FALSE)
}
} return (TRUE) }