-
Cannot open a Reuters platform session
Hello, Since past thursday we are no more able to open a Reuters platform session through our C# tool. We use it to call some API entry point such as https://api.refinitiv.com/data/historical-pricing/v1/views/interday-summaries or…
-
Client is unable to log into the API using Visual Studio
User ID – 9021571 Using latest code under below link , but still unable to login, please check and advise.
-
Can't use DSS.NET SDK to connect to the server
Client has come back with the follow up below: I already have .NET version 4.8 Do I still need to add the code lines you provided?
-
Can't use DSS.NET SDK to connect to the DSS server
Case 14965790 I have some C# code that communicated with Datascope and worked as recently as 2023. It doesn't seem to work. It was based on dss_rest_net_sdk_tutorials_code. Attached is the response when I try to run the original sample code. Is there some new code or some other libraries that were changed?
-
LSEG Workspace Excel Addin - startup load failure from C# app
Hello I try to open Excel workbook with LSEG Workspace COM addin from C# app but it fails to load addin on startup; while if I open same file manually addin loads correctly. please help me to open Excel file with workspace addin active through C#, thanks
-
Unable to query multiple sources when obtaining news headlines
The following query caused an HTTP 500 error, but if I select only one source as per the second query, the result works correctly. DisplayHeadlines(Headlines.Definition().Query("Topic:COM AND daterange:2025-06-13T10:11:54.000Z,2025-06-17T23:59:59.999Z AND ( Source:RTRS OR Source:FT )") .Count(0) .GetData());…
-
Different Volume of historic intraday bars for CFI2Z5
Hello, I've found that the volume for CFI2Z5 and other futures is often different when requesting the historic data subsequently in a short space of time. Is this expected, or could there be another way to request the data so the historic volume remains constant. I've used the HistoricalPricing-Summaries project in the…
-
how to migrate from EikonDataAPI_46 to LSEG Workspace ?
We have built Historical and Realtime code to extract prices from Refinitiv Eikon using EikonDataAPI_46. https://github.com/LSEG-API-Samples/Article.EikonDataAPI.DotNet.Library/tree/main/EikonDataAPI/EikonDataAPI_46 Can someone advise what is the best way to migrate this to LSEG Workspace?
-
How much RequestMsg per EMA Consumer C#
Using EMA C#, I wonder to know if there is a limit of the number of subscriptions/RequestMsg per OmmConsumer ? In fact I have 10000 rics that I need to monitor them, thus I create an OmmConsumer object and then using this consumer I create my subscritpions using : var ommConsumerConfig = new…
-
Problems connecting from C# test app
Trying to connect to the server using the test application "restapiexampleapplication" in C#. After entering the ID and password the following errors appear: HttpRequestException: An error occurred while sending the request. WebException: The underlying connection was closed: An unexpected error occurred on a receive.…
-
Upgrading to ContributionChannel : PostMsg has not have container type of RSSL_DT_MSG
We have an older API we use for pushing prices to Reuters using the old MarketLink infrastructure and are moving to the ContributionChannel infrastructure. We use the rfanet8.2.1.L2 library When testing the new infrastructure we are getting the error PostMsg has not have container type of RSSL_DT_MSG Using the trace…
-
consumer fields
hi I am new in Reuters, I am trying to use your examples, I started with consumer EMA using c# i what to get value of RIC and i want to new which fileds i need to put in "NAME" ***I have attached the output of the code. this is the code : public class Consumer { static void Main() { OmmConsumer? consumer = null; try {…
-
Unable to fetch expired contracts data from Data Scope RestAPI
Attaching the C# code Example RIC: LCOH4-J4
-
.NET libraries for RealTime SDK
Client has inquired about the availability of .NET libraries for the RealTime SDK (formerly Elektron Message API and Elektron Transport API). Please provide direction for accessing these kits.
-
Real time price updates on MS backets
Hi All, I want to confirm the expectation for real time price updates on the following baskets. MSNBHYDS, MSXXDOGE, MSNBCON2, MSNBUQLS Streaming pricing in the API playground sends websocket updates seemingly in real time but from the Workspace desktop Proxy, using Refinitiv Data Library for .Net we do not seem to get…