eikonapir icon indicating copy to clipboard operation
eikonapir copied to clipboard

Bug in get_timeseries when pulling unadjusted prices (setting corax = 'unadjusted')

Open charlottevantiddens opened this issue 2 years ago • 0 comments

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) }

charlottevantiddens avatar Jan 31 '23 06:01 charlottevantiddens