-
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…
-
Long timeseries history requests
Hi— I'm updating a timeseries data downloader that worked with the eikon C# .NET API that was deprecated some years ago to work with the new LSEG API.. I'm hitting a problem with data limits that seemed not to be a problem with the earlier C# API. When the number of data points in the LSEG API hits a limit— this results in…
-
Requesting US equity imbalance type/side via Workspace API-- numeric data for string fields
I'm porting some tasks from the Eikon C# .NET APIs to the LSEG Data Library API (implementing in Python). For some of this data we subscribe to the US imbalance feed RICs (e.g. IBM.NOI, AAPL.ITC). I'm subscribing to, among other fields, IMB_TYPE, IMB_ACT_TP, and IMB_SIDE). These fields, in the Eikon Quote app and the…
-
Renewing session using ISession wrapper
Hello, we are currently using the PlatformSession C# implementation to login to the RDP Api. We would like to maintain our session for a long period of time and query multiple instruments through it. This is our current implementation, obtained from parts unknown, as it was done before my time. I saw a previous answer…
-
[C#] How to properly handle client side crashes and restarts
Hi! I'm using the RTSDK (https://github.com/Refinitiv/Real-Time-SDK/tree/master/CSharp/Ema) to connect to an OMM Provider application and listen to updates on about 30k instruments. Suppose I create my consumer class, use it to register interest for a set of instruments, and receive updates. I'm wondering what happens if…