-
Lseg-data.get_data slow after 3pm UTC
Observing Lseg-data API getting slower after 3pm UTC. There are occasional exceptions thrown when calling lseg.data.get_data() function. Exceptions listed below lseg.data._errors.LDError: [WinError 10061] No connection could be made because the target machine actively refused it lseg.data._errors.LDError: Asynchronous…
-
Could not connect to server. Please contact your administrator.
Hello, This is my first time trying to use Refinitiv Workspace. However, I see the error saying 'Could not connect to server. Please contact your administrator.' repetitively. Could you please help me handle this problem? Thank you.
-
Need help on how to link Workspace with power BI
I am trying to use the API method with Python. The issue is that due to company restrictions I only have access to the PyCharm environment, which complicates things as all guides seem to be using Jupyter or similar environments (with syntax that isn’t recognized by PyCharm) The first hurdle is to install the Refinitiv data…
-
Find more data on Lead VC
Dear LSEG community, I hope that I am right here with this question. We are currently working with LSEG to gather data for our master thesis in the topic of VC vs. non VC-backed IPO performance, and in this field we also want to identify the impact of VC monitoring. We found good proxies for that in old papers, but for…
-
I'm not connecting through the CodeBook app directly. I'm using VSCode with an external environment.
Hello Team. This is an issue on behalf of a client: "I'm using Python 3.10.12 and the refinitiv.data (rd) package, version 1.6.2.When testing your code in my environment, I encountered the following error: RDError: Error code -1 | Insufficient scope for key=/data/datagrid/beta1/, method=POST failed. Required scope:…
-
Python command discovery.convert_symbols fails for matured bonds
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…
-
Workspace Add Analysis>EMA display different numbers than pd.ewm using Python
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…
-
Mutual fund past portfolio holdings via Eikon API
Hello, as a follow up to my recent question here, which was wonderfully answered, I was wondering if it is possible to get the historical/past portfolio holdings of a mutual fund via the Eikon API? In Eikon, this data is available when viewing a specific fund, then going holdings => derived holdings. A screenshot of that…
-
Historical data for CDS spread for a list of companies
Hi, I would like to retrieve five-year-maturity CDS spread for a list of companies on a specific date historically. Is it possible to do this with Python using API to Workspace application? Could anyone help me with this? Thanks a lot in advance!
-
LSEG workspace login unavailable.
Hi, I have a following problem : I got approval for the LSEG workspace(messenger), and tried to log-in in my desktop, but it said that it cannot access to server. To test whether my desktop is the only problem, i downloaded LSEG workspace application on my iPhone, and I have a same problem "AAA login service is temporaily…
-
Data S&P 500 to excel - beginner
Hello everyone, I'm a complete beginner using refinitive Eikon for my Master's thesis. I need data on the manufacturing companies of S&P 500 from the years 2010 to 2019. How can I dowload lists like this so that I have it in an excel file? Is it possible to download who was CEO for the respective company in those years?…
-
How to retrieve corporate bonds from a list of parent companies and their related subsidiaries
Hello, I'm trying to develop a method to extract all bond emissions for a list of companies by using Workspace API. Starting from a parent company ID, I can get all the related subsidiaries / affiliates. My goal now is to retrieve to retrieve all the bonds from the parent company and subsidiaries, but only the corporate…
-
How to convert the example ("Automating_Trendline_Feature_Generation") for a currency
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…
-
FINRA bonds data
Hi all, I am attempting to retrieve bond data from the TRACE provider, but I’ve encountered issues with the current code. Some fields return empty cells, even though the data exists when checked manually. For instance, volume data is one such example. Additionally, the code is not outputting dates. Best
-
Python ld.get_data() Unable to collect data for field 'TR.ASKPRICE.DATE' and some specific idenfier
I have a list of over 800 bond ISIN and I am using ld.get_data() in a loop to download historical pricing data in chunks (see attached txt file). I need a solution to handle cases where no data is available, so that no errors are returned. First isin chunk: ['ES0200002022', 'IT0005057770', 'US00289WAA99', 'USE00020AA01',…