-
HTTP 303 - Forbidden in Refinitiv Data Library for .Net
We are getting a 303 Forbidden error whenever using the Search() for Isins. It was working nicely as of yesterday. Is this an administrative problem ? Also the example for dot net Search in the package gives me the same error. This is utterly urgent since we need to move to Workspace as of June 30th. Could this be related…
-
LSEG .NET
Hello, Is it possible to get Auction fields: OPN_AUC and OPN_AUCVOL from Summaries request as follows? is it possible to get OPN_AUC and OPN_AUCVOL from Summaries request as follows? stream = Summaries.Definition("1COVG.DE") .Fields("DATE, OPEN_PRC, INT_AUC, OPN_AUC, CLS_AUC, CLS_AUCVOL, OPN_AUCVOL, INT_AUCVOL")…
-
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());…
-
Upgrade to LSEG Workspace vs .NET Library
Hi, Recently, I received information on my account: In my own C# program, I am using the Refinitiv Data Library for .NET. My question is: Will this library still work after July 1, 2025? Do I need to change anything in my program, e.g., use another library or obtain the app key from a different source?
-
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…
-
couple of questions
Hi Team, BIS here. we are migrating our API from Eikon .NET to the new LSEG .NET Data Library. we get some access denied for some instruments. is this some new right that is required? Status for item FEIcm1 { "ID": 3, "Type": "Status", "Key": { "Service": "IDN_RDFNTS_CF", "Name": "FEIcm1" }, "State": { "Stream": "Closed",…
-
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…
-
How to retrieve portfolio constituents using LSEG Data Library .NET
Historically I have pulled through my portfolio holdings via python with specific fields. I am attempting to pull through the data now using .NET, but have been unable to achieve this. Are you able to provide a solution. Previously python code below with fields: fields…
-
Workspace API: unable to connect anymore
Unable to connect using Workspace API since a few days. Was working fine before. Logs when working: 13:22:27.094 [Info] Library version: 1.0.0-beta5 13:22:27.094 [Info] .Net runtime: 4.0.30319.42000 13:22:27.094 [Info] .Net version: 4.8.9290.0 13:22:27.116 [Info] Successfully loaded the Stream:[internal] configuration…
-
How connect to LSEG Workspace using .NET API?
Hi, We support our internal .NET application written in VB.NET which currently uses Refinitiv Eikon version 4.0. Because of migration to LSEG Workspace from Eikon we try to modify our application which is using just a few functions from Eikon API: EikonDesktopDataAPI.Initialize() + EikonDesktopDataAPI.Status…
-
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…
-
question regarding .net environment
This is on behalf of client. User used EIKON DATA API and they tried to migrate Workspace now. They want to confirm whether they can use it the same way after migration. They use below libraries in .NET environment. Can this be used equally in the workspace?
-
Where can I get the new API library in LSEG Worksspace
Hi, we are using in our internal .NET application the EikonDesktopDataAPI.dll from Refinitiv Eikon v4.0.58. Because of disappearing of Eikon on the end of June 2025 we want to use LSEG Workspace v1.24.159. Where we can get the library with API functions which replace EikonDesktopDataAPI.dll by Eikon?
-
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…