-
RDP, An existing connection was forcibly closed by the remote host
Hello, I have an RDP (RDPv1) based C# (LSEG.Data v. 2.1.0) application that randomly gets "existing connection was forcibly closed by the remote host" on endpoint requests (like Fundamentals, but not exclusively). See the attached trace in the 2 small extraction files. 1. What is a possible cause of this? 2. Why the…
-
Posting obo a client: Getting zero data from deal queries.
Have been circling back to this and now getting a plethora of 403 errors for subscription entitlements on things that were drawing correctly before. Any idea who can assist here?My authentication is working correctly (getting HTTP 200 responses), but I'm receiving zero data from deal queries. Examples: Example 1 - Basic…
-
Does the Parallel publishing works fine using ema to publish data to TREP.
I am trying to publish the data to TREP using EMA (OmmConsumer)able to publish multiple RICs at a time but when the same thing I am trying to publish parallelly I am getting the values mixed up of other to one which field is null…. Can anyone please help me out for the same… Thanking in anticipation…… code snippet that I…
-
Refinitiv.Data.Content.News.Story has stopped working
This following code in C# was working fine to fetch news release stories up until 2 days ago. headlineID = "nGNX6zsGB6"; string storyID = "urn:newsml:reuters.com:" + DateTime.Now.ToString("yyyyMMdd") + ":" + headlineID + ":1"; var story = Story.Definition(storyID).GetData(); story.IsSuccess used to return True, and…
-
Where can I find a guide or documentation that lists all ETF data items available in Workspace?
Hi all, I am a student using Refinitiv Workspace through my university, and I’m currently working on a project involving Exchange traded funds domiciled in Europe. I’d like to better understand what’s possible with my account and how to find the right resources. Is there a field guide or documentation that lists all ETF…
-
Skipping values lseg data platform
Hello, I am using the lseg data library for async data dumping for 60,000 RICs and I have encountered a problem that sometimes the response for some RICs does not return data. I checked the availability of dumped indicators for specific RICs using workspace. These indicators are present, but when I request them to the API,…
-
Error with websocket API connection to https://api.refinitiv.com/streaming/pricing/v1/
I am running the following example code: https://github.com/Refinitiv/websocket-api/blob/master/Applications/Examples/RTO/python/market_price_rto_service_discovery.py as follows: ``` python3 market_price_rto_service_discovery.py --user "" --password "" --clientid "" The output is: ``` Sending authentication request with…
-
Open Data Access Control System API - Java 17/21
As we are upgrading our infrastructure to Java17/21, we found that the versions offered for Open Data Access Control System API - Java only support Java8. Is there a newer version that supports later java versions
-
Make an Python script for the Formula
=@RDP .HistoricalPricing("FGBLc1","TRDPRC_1","START:16-Jun-2025 END:04-Sep-2025 INTERVAL:PT1M SOURCE:RFV",,"RH:Timestamp")
-
Import "lseg.data" could not be resolvedPylancereportMissingImports
Hello In VS Code using EIKON when I use Import lseg.data ad ld then I get the message "could not be resolvedPylancereportMissingImports"
-
Step for setting up API
-
May I know how can I extract historical interest rate curve data?
May I know how can I extract historical interest rate curve data? E.g. Provide a currency and a valuation date, use Python API to extract the government benchmark curve rates for that currency as of the valuation date.
-
collect all bond issuances for a company based on PermID via Python Refinitiv API
I want to collect all bond issuances (start 2013-1-1 to 2024-12-31) for a company based on PermID via Python Refinitiv API. For instance, PermID '5081184843'
-
DS Formula Data to be Obtained using Python API
I have few other formulas on excel, and I am not sure how can I get that data via python, if you could please help me with that too? =@thomson .Reuters.AFOSpreadSheetFormulas.DSGRID("@:M3WRLD","A12MKC;AT0TOT;AT1TOT;AT2TOT;AT3TOT;AF0TOT;AF1TOT;AF2TOT;AF3TOT;AD0TOT;AD1TOT;AD2TOT;AD3TOT","Latest…
-
GET CONSTITUENTS OF AN INDEX USING PYTHON CODE
How do I get the constituents of nifty 50 which is depicted by INNSE50 or .NSEI , I can see that on the datastream navigator but i want to extract via python code. I am trying to use this, df, err = ek.get_data( instruments = ['INNSE50'], fields = ['TR.IndexConstituentRIC', 'TR.IndexConstituentName'], parameters = {…