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.…
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.…
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…
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.…
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?…
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()
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…
Hello - I have a script that I've used for over a year without many problems, but lately I am getting a lot of "400 Bad Requested universes". You can see below I am screening for companies. When I put this screener syntax in Excel's TR function, I am able to download companies fine. However, I need this Python workflow to…
Hi, I've been having this problem since Monday with the different codes and it used to work properly (Backend error. 400 Bad Request, HTTP request failed: EikonError-Backend error. 400 Bad Request). Is there a problem with the server connection? Here is an example: def descargar_info(rics,fecha_inicio,fecha_final,…
For this, I am following this guide: developers.lseg.com/en/api-catalog/lseg-data-platform/lseg-data-library-for-python/quick-start/getting-started-with-python. This offers some python examples, which I am using. These examples open a session with credentials provided in lseg-data.config.json. When trying to open a…
It looks like you're new here. Sign in or register to get started.