In Codebook, the Python commands: import refinitiv.data as dl dl.open_session() ISINs=['DE000A11QTD2'] RICs=dl.discovery.convert_symbols(ISINs).loc[:,'RIC'] produce an error when an ISIN of an expired bond (e.g. DE000A11QTD2) is specified. However, it works for not expired bonds. What can be done so that the command works…
Hello, we are currently using the PlatformSession C# implementation to login to the RDP Api. We would like to maintain our session for a long period of time and query multiple instruments through it. This is our current implementation, obtained from parts unknown, as it was done before my time. I saw a previous answer…
Using the following snippet as in a former question [Is it possible to pull Exponential Moving Average data using the RD Library?](https://community.developers.refinitiv.com/discussion/112022/is-it-possible-to-pull-exponential-moving-average-data-using-the-rd-library/p1?tab=accepted) for `TSLA.O` will give an EMA endpoint…
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.…
One the CodeBOOK app, there is an example name "Automating_Trendline_Feature_Generation" ( Examples/08. Trading/Automating_Trendline_Feature_Generation.ipynb). In this example, they use the index "0#.FTSE". My request is that i want to use this analysis not for an stock index but for FX currency like EUR/USD; But i do not…
When running a screener in Python (Codebook), error code 800 is returned (see screenshot). What can be done to remedy this?
Hello all, I am trying to retrieve all bonds for a list of issuers and i found in this forum a way of doing, however when i implemented it for some stocks i get an error based on the stocks name (see image below) what leads to an incomplete list of bonds. My question is if there is any alternative to retrieve bonds based…
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.…
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.…
It looks like you're new here. Sign in or register to get started.