-
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?
-
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!
-
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…
-
API err = ek.get_data returning no results
fields = [ 'TR.FiscalPeriodEndDate','TR.PriceClose.date', 'TR.F.TotRevenue.fperiod', 'TR.F.TotRevenue', 'TR.BGS.BusTotalRevenue', 'TR.CompanyIncorpDate', 'TR.RegistrationCountry', 'TR.HQStateProvince', 'TR.HeadquartersCity', 'TR.F.GrossProfMarg', 'TR.InvtrRevenue', 'TR.TURNOVER', 'TURNOVER', 'TR.CompanyNumEmploy',…
-
Workspace Codebook space size
I'm using Codebook in Workspace for quantative trading. Based on my workflow, I need to download the market data and test my trading signals. The reason why I'm using Codebook is due to limitation of runing python in my own deskop. So Codebook is the only way I can test my script. Considering the time for data retrieving,…
-
Python API access
Apologies, this is a basic question. I've been through the various tutorials/trial and error on accessing the API with no joy. I believe I may be close but it's not quite working. Any help/guidance much appreciated. Thank you. Rob Background I'm using LSEG workspace. My Data API proxy is showing as Ready. Version 3.6.6.…