-
Trouble installing lseg-data
I keep getting the following error code when trying to install lseg-data python library. I am installing this in a python virtual environment, and I have checked that I have Cython installed. How can I go about fixing this?
-
Ownership data Delisted companies for specific date
Hi guys, I have a list of delisted companies that I got with the Deal Screener. It looks like this: For these companies I would like to know the ownership structure before the delisting announcement date (for a specific date!). The problem I have is as follows. I can add the ticker, but if I want to use something like…
-
News Sentiment via API
Hi Team, I have 2 questions on behalf of client. Sentiment analysis (positive/neutral/negative) from top headlines for gasoil for example - is it possible to pull this information via API and if so, what is the call to pull this data? If client is pulling the data via Workspace API via his own feed for news sentiment and…
-
Hi, I'm trying to generate an app key for Colab, but nothing's appearing.
I took the necessary steps based on LSEG's article for Eikon Data API regarding configuration, etc. I tried to generate an app key after clicking 'Accept' in the Terms and Conditions pop-up, but nothing (app key) appeared. Is there a bug, maintenance issue, etc. or am I missing a step? Thanks.
-
Eikon Data API Proxy other than desktop app?
Hi, I was wondering what I could use as a proxy for accessing the Eikon Data API. We recently cancelled our desktop subscription so I can no longer use that as a proxy
-
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…
-
Bond data via API in Python
Hello, I have a download restriction of 10'000 lines and am doing data analysis in Python. So that I do not have to down all of this, I would like to use an API and loop it to download all the data. I am struggling with this. Below a screenshot of what I would like to download, and here the query: rd.discovery.search( view…
-
I am getting some assets with empty dataframes, when I request data from python
Dear Refinitiv team, I have been extracting some data from Python and it has been working fine, however, just a few days ago, I started to receive some data frames with no data. I get this "NoneType object". Every time I run the code, the currencies or the assets in my list "y" do not provide any data, are changing (i.e.,…
-
LSEG-data (Python)
Hi, it looks like LSEG Python needs an older version of numpy which is incompatable with Python 3.2+ (Numpy <2). Is that something that will be addressed in a future release?
-
Bond issuers income statement data download
Hello everyone, I am trying to download financial information regarding bond issuers, starting from a series of bond ISIN codes. The query I am using is the following: rd.get_data( universe = ISIN_list, fields = [ 'TR.RIC','TR.NACEClassification', "TR.DTSubjectName", "TR.FIIssuerName", 'TR.FiOrgID', "TR.F.TotRevenue",…