-
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 trying to pull data via api in python
Hello, I am trying to query intraday bar data in python, but my queries take a long time an results in an error. Could you please let me know where I am doing wrong? My code is copied below I got the following error message: Thank you!! Yifei
-
Is there a Datatype for insitutional ownership % in Datastream?
Hi, I could not find any relevant Datatype from datastream that would tell the institutional ownership percentage for stocks, if i understood correctly, from datastream its possible to find individual companies institutional ownership structure, but currently I am working with +400 stocks and going one by one is…
-
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.…
-
test
text
-
LSEG Data Library for Python - extended documentation for valid parameter values
Where can i get full documentation of all the valid arguments that can be used with the LSEG Data library for python? For example, the get Fundamentals data function takes a dict for the parameters argument - where can i get a list of all the keys and definitions that are supported for this arg?…
-
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…
-
time zone settings
How can I change my time zone settings?
-
Queestion on "API trapi.data.pricing.read" scope
Is LDP account required to run the following script? Please advise. Import lseg.data as ld non_streaming = ld.content.pricing.Definition( ['EUR=', 'GBP=', 'JPY=', 'CAD='], fields=['BID', 'ASK'] ).get_stream() non_streaming.open(with_updates=False) non_streaming.get_snapshot()
-
Which API to use to fetch Indian Bonds Data
I'm a product intern at a Fintech company and we are planning to fetch indian Bonds information such as Bond ISIN, Maturity Date, Name, coupon rate, FV, etc. I'm very confused which exact API to use and from where to look for either from Thomas Reuters or LSEG Can someone help me with it please
-
How to Use eMAXX FTP Feed for Downloading Data?
Hi everyone, I’m a student working on a research project involving historical bond holdings, and I came across the eMAXX FTP feed, which I understand provides access to such data. However, I’m not sure what this feed is or how to use it. Since I’m using a student account, I don’t have access to live chat support, so I’m…
-
Data Library for .Net and the V1 authentication EOL
Hello We stumbled on a not precise the information regarding the end of life of RDP V1 Authentication within RDP. We have a client application based on the Data Library for .NET (known as RD Library for .NET), the last available version 1.0.0-beta on NuGet. We create a PlatformSession using the usual credentials…
-
How can I get the key in string type?
I am currently receiving market information for the RIC codes NQZ4 and ESZ4, with the domain type set to MARKET_BY_PRICE. The code I am using generates a unique key for each order in the order book entry, followed by the associated fields. Map.getEntry().getKey().getBuffer() Item Name: ESZ24 Service Name: hEDD Map Summary…
-
how to retrieve the "as of date and timestamp" from historical pricing ?
I am able to retrieve the snap price using the function below but it doesn't tell me the "as of date and timestamp " of the snap price. How can i retrieve this information? response = await asyncio.gather(*[historical_pricing.events.Definition(universe=row['iv_idx'], fields=["TRDPRC_1"],start=row['datetimeSentGMT_str'],…