I want to download data fetched by @DSGRID excel formula (for example : =@DSGRID("EWA#(USIIBUL,0.02), EWA#(USAAIIP-USAAIIN,0.02)"," ","2023-01-01","","D","RowHeader=true;ColHeader=true;DispSeriesDescription=false;YearlyTSFormat=false;QuarterlyTSFormat=false","") but without using excel.
I have many formulas like the above which needs to be downloaded quite regugarly and hence I want to automate the process. This exploration led me to the DswsClient API (Datastream Web Service - Test REST Service). Is it possible to download data given by @DSGRID formulas using the above API?