Hi,
I want to download index data via the DatastreamDSWS2R Package using the following Code, which is basically given at the package description on github, but I changed the instrument to "DAXINDEX".
The code only returns the instrument. Using other indices like MSCI World or Eurostoxx 50 gives the same result.
> mydsws$timeSeriesRequest(instrument = "DAXINDEX",
+ #expression = "PCH#(XXXX, RI)",
+ datatype = "P",
+ startDate = "-30D",
+ endDate = "-0D",
+ frequency = "D")
DAXINDEX
>
Thank you very much,
best
Matthias