-
I would like to check if the .bat file attached is compatible to run with Workspace?
Hi Team, the client wants to use a .bat file that will allow him to launch the Workspace Excel add-in. However, it is causing an runtime error in Workspace Excel. May I know if this is compatible with Workspace? Please note the same .bat file is working with Eikon.
-
Delistings in Europe
Hello Guys, I have the following Problem and i would really appreciate help. I want voluntary and unvoluntary delistings in Europe between 2010 and 2024. Additionally i need the delisting announcement date (not when the company delisted). Therefore i need the reason why a company delisted (Bankruptcy, Liquidation, M&A,…
-
Replacement for RTX.AdxRtList.StartUpdates regarding Workspace upgrade
Upon checking LDL for .Net sample code, Pricing_StreamingSnapshot might be the one to replace RTX.AdxRtList.StartUpdates. However, the data was not retrived with the same field names as AdfinX. Please let us know how to find which data fields should be used. Otherwise please let us know which namespace should be used.…
-
Historical data for bid/ask spread for stocks
Hello, I would like to retrieve bid/ask spread for a list of stocks on a specific date historically. But I found it is not possible to directly retrieve in the desktop. Therefore I am considering using Python. Could anyone help me with this? Thanks a lot in advance!
-
A mix of Request timeout/channel down/Service not up
Our feedhandler uses C# Real-Time SDK, it subscribed to ~5000 names. On Dec 18, 2024 we notice that there were some issue from ~14:30 to 16:30 EST. The below are some of the samples we received: 2024-12-18 14:51:58.9900 | Refinitiv StatusMsg: Name: CASY.O, ServiceName: hEDD, State: Open / Suspect / None / 'channel down.'…
-
Getting Best Match via Entity Search API
Hi, Please see my code below my sanctions_df_upgrade has a column caption which are company names. I am looping over that column and mapping it against the PermID db via the Entity Search API My ask is - now I am assuming that the first match found with the parameter num set to 1 is the best match. But is there a better…
-
How can I extract all cases with a HIT?
How can I extract all cases with a HIT?
-
Data item definition in Refinitiv Data Library
My formal colleague left a Python code (refinitiv.data) for entity search purpose (part of it is as below), which is running fine. But I want to get deep dive on the entity information, now I couldn't find any document like a data dictionary for me to know what get_data() returns, and what are the items meaning in returns.…
-
Symbol Conversion parameters in C# vs Python
Hello, How do we pass the same additional parameters such as preferred_country_code and asset_class in the C# version of the SymbolConversion (https://github.com/LSEG-API-Samples/Example.DataLibrary.DotNet/blob/lseg-data-examples/src/2.%20Content/2.5-Symbology/2.5.01-Symbology-Convert/2.5.01-Symbology-Convert.cs) just like…
-
Unable to get some RIC/Field values
I cannot get the attached RIC/Field values using the LSEG Data Library for .NET. I would appreciate it if you could investigate. ※The libraries we are using are below. ・LSEG.Data ・LSEG.Data.Content ※I was able to get it when I was using the following library for Eikon. However, I can't get it with LSEG.Data.…
-
Performance difference between RealTime SDK C/C++ vs RealTime SDK CSharp
Hi, Is there a place or some kind of documentation regarding what is Ultra performance and what is High performance (what is listed in the detail of each API) ? What is the difference in performance between the 2 API considering they are ran on the same machine ? I am assuming the C/C++ API is faster, but is there a…
-
Error when using fundamental_and_reference to search entities
I am using refinitiv.data to search entities encounter below error, anybody could help with? Enclosed the code I am using.
-
RFA Jar upgrade from version 5.2 to 8.2 for JAVA technology/API
Dear Refinitiv Support Team, Our project java base application currently uses RFA version 5.2, which has now become outdated. At the client’s request, we are in the process of upgrading to RFA version 8.2. Given that our application was originally built on the Market Data Layer interface, we are encountering challenges…
-
Does RTSDK support object (message) pooling same way or similar to RFA does?
Hi guys, Do you know if RTSDK (EMA namely) supports object (message) pooling same way or similar to RFA does? Regards, Vlad
-
retrieve and concatenate results return from historical pricing parallel requests with events
Based on this github example, i learn how to create parallel requests with events , where i need to retrieve snapshot data. However, I have a question, how do i concatenate the results to form a larger dataframe ? Code below produce errors, as df_snap is referenced before assignment. Can someone show me the propoer way to…