There's a way to download a time series not in reference currency?
For instance this instrument is in euro 805YGJ, however I want it in USD.
data = history(connection, "805YGJ", "RI", 21-Jun-2019,02-Jul-2019,"D")
Based on the function description is it possible to pass additional parameters (NAME/VALUE)
% D = HISTORY(C,SEC,FIELDS,STARTDATE,ENDDATE,PERIOD,NAME,VALUE,...) returns % historical end of period data given the DATASTREAMWS object, C, the % security, SEC, field list, FIELDS, STARTDATE, ENDDATE and PERIOD. % NAME/VALUE pairs are used for additional API settings input. Each NAME % and VALUE can be input as a string scalar or character vector.
Thank you in advance
Cihan