Hi,
Is it possible to query DSWS via R using package DatastreamDSWS2R with RICs instead of DS codes as identifiers? I tried the following but it won't work because it requires DS code @AAPL instead of AAPL.OQ. If this is not possible, can you suggest a workaround to get the DS codes from a list of RICs? cheers
ds_instruments <- c("AAPL.OQ")
ts_prices <- mydsws$timeSeriesRequest(instrument = ds_instruments,
datatype = "P", startDate = ymd("20221231"),
endDate = "-0D", frequency = "D")