Dear LSEG Support Team,
Greetings.
We have been using the EikonDataAPI NuGet package with C# to access Eikon data. Below is an example of the code we have implemented:
using EikonDataAPI; | |
---|
IEikon eikon = Eikon.CreateDataAPI(); | |
eikon.SetAppKey(EikonApiKey); | |
Dictionary<string, string> dic = new Dictionary<string, string>(); | |
dic.Add("Sdate", data1); | |
dic.Add("Edate", data2); | |
dic.Add("Freq", "daily"); | |
string response = eikon.GetDataRaw(recv_cds, ricks, dic); //JSON | |
However, with the discontinuation of the Eikon service, we understand that we need to transition to using Workspace. We would like to adapt the above code to work in the Workspace environment.
Could you please advise us on the appropriate NuGet package to use and assist us in modifying the provided code to function correctly with Workspace?
Additionally, we are using the TR() function from the Eikon Excel Toolkit. Could you please let us know which function in the Workspace Excel Toolkit we should use as a replacement?
We are currently using .NET Framework 4.7.2 and developing with Visual Studio 2017.
We would greatly appreciate your prompt response at your earliest convenience.
Wishing you continued success.
Thank you very much for your support.
Best regards,