make a timeseries request from the Datastream DSWS server
timeSeriesRequest(
dwei = getDataStream(),
DSCodes = "",
Instrument = "",
startDate = Sys.Date(),
endDate = Sys.Date(),
frequency = "D",
sStockList,
aTimeSeries,
myType = "numeric",
verbose = FALSE
)
whether the request has been successful in sStockList: a list a two element vector of the displayname and symbol for each timeseries in aTimeseries: a list of class xts with the requested timeseries information
- A Datastream Client Interface object created with getDataStream
- one or more codes to return, eg "MKS" or c("MKS","SAB")
- the instrument or expression to return eg PCH#(XXXX,1M)
- the start date of the timeseries
- the end date of the timeseries
- the frequency of the request
- variable that is returned with list of the stocks
- variable that is returned with the set of timeseries. This is a list that is not guaranteed to be in the same order as sStockList
- the type of the return values eg numeric (default), Date or Character
- whether to give messages during the request
function timeSeriesRequest
obtains a timeseries
from Datastream