-
How to Transition from C# Eikon to Workspace
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>();…
-
Working fine in Console but not in Windows Form Program. Stuck in "Lseg.Stream.Open()"
Hi Team, BIS is asking for a solution on this code regading a migration from Eikon .NET to the new LSEG .NET Data Library. Client says that data works in Console but not in Windows for PRogram. The code is stuck when runing: Lseg.Stream.Open(). "The program does is stuck both executing it directly or with the Visual Studio…
-
How can we use the API function IS-WORKING-DAY from localhost?
Hello, For our internal .NET application we want to use the POST API function is-working-day from localhost. Unfortunately, we cannot find it on the localhost http://localhost:9005/api-docs/#/apps to call it. We can connect to Workspace from our app and want to know how can we find this function in localhost
-
Download Real-Time-SDK-2.2.3.L1.csharp
I downloaded Real-Time-SDK-2.2.3.L1.csharp but i see this package support on .net core 8.0 there is another download that might be suitable? i use in c# and i want ETA/EMA thank u
-
What is the API description of these reuters:// code
Client raised a question. I have a question, I built a C# tool that was able to Open the refinitiv eikon quote window, if i supplied it a RIC. See code below. I now was switched to Workspace. What would be the equivalent in here to "reuters://REALTIME/verb=Chart/ric=AAPL.OQ" ? What would be the equivalent to open a chart…
-
Will the Eikon C# API be still supported in LSEG Workspace
-
Refinitiv.Data .NET library passes DateTime in incorrect format to interday-summaries endpoint
This is referring to my recent report: Erratic response for interday history request (start date sometimes not included) - LSEG Developer Community I got an answer from the Historical Pricing API Support Team: After investigating the issue, we found that the problem arises because the request you are submitting is using an…
-
Issues with non-normal interval options
Hello, daily historical/stream requests do not work with options that don't have standard intervals like this one 1SW2W1014O25 (Soybean with a price of 1014) I can run the 2.1.11-HistoricalPricing-TSIntraday project with this symbol, but if I run the 2.1.10-HistoricalPricing-TSInterday project it starts hitting internal…
-
Multiple ADS hosts for PlatformSession Definition .Net
Is there a way to specify multiple ADS hosts in the following method of the .Net Data Library PlatformSession.Definition().Host(.. multiple hosts here ..) That will provide redundancy in case one host is unavailable?
-
Data API C# - Streams stop working
Hello, I am having issues where the streams are freezing (no more data comes in) and then my program has excessive memory usage. When I take a heap shot, all of the memory are used by json objects which look to be refinitiv data objects. It's definitely not my application part holding onto memory. I paused a debug session…
-
Time slot discrepancy between Eikon and Workspace
Hello, Our teams have recently migrated from using Eikon to using Workspace. Because of this our IT Tools also need to be updated to work with Workspace. Previously, we were using the ThomsonReuters.DataAccess library for C#. We had to migrate to LSEG.Data and LSEG.Data.Content (using a DesktopSession). Our scripts now run…
-
Refinitiv workspace exe gets hang sometimes and gives bad request error 400
I am using Refinitiv Data Platform libraries for .Net through Desktop session. It works fine usually but sometimes Refinitiv workspace gets hang and I start receiving backend error: 400 bad request. It doesn't work even after service restart and machine restart also. During this process, I receive below error sometimes:…
-
.NET API - How to retrieve historical data for RIC<XAUFIXAM=> and <XDRUSD=>
Hello team I'm using Workspace Desktop .NET API to retrieve historical data. LSEG Data Library for .NET | Devportal I need the daily historical data for below 2 RICs: XAUFIXAM= XDRUSD= Could anyone help me with a sample C# scipt code with the 2 RICs above? Thanks & Regards, Dan
-
Hi Dev, Please assist us regarding the below C# related question? Thanks in advance.
I have trouble with a program that use to work and get now an error "an error occurred while sending the request" after 22 minutes after asking for 500 isin. var extractionRequest = new BondScheduleExtractionRequest //type of request on reuters API { IdentifierList = collec, //ContentFieldNames = new[] { "ISIN" // ,"Coupon…
-
Question on clients API
Raising this question on behalf of a user: Recently we migrated to Refinitiv Data Platform .Net from Eikon Data API and we are using Desktop sessions. After this migration we started seeing following issues: Receiving rate limit errors: Now Rate limit is set to 10000. Earlier there were no limit when we were using Eikon…