Hello,
I am trying to receive TimeSeries data from the Datastream API in Excel VBA under Windows, using the code examples shown in https://product.datastream.com/DswsClient/Docs/AboutRestSvc.aspx . The data comes back as oldest to latest, but I would like to reverse this order (from latest to oldest ).
In the Excel DSGRID function there is an option to specify "LatestFirstValue=true". Is there a corresponding option using the Datastream Web Service?