Hi everyone, Thanks to the insights from another user's thread on this forum, I was able to create a function that retrieves the historical constituents of the SP1500 at a specific point in time (specifically, at the end of each year). My ultimate goal is to get a list of firms which where constantly part of the SP1500…
I am using the Eikon API to pull firm ownership information in Python. I only need the resulting df to contain four variables: the firm's ticker, the date for the shares held, the number of shares held, and the investor type. My issue is that it is pulling the information for each specific investor, whereas I would like…
...f REPS Valuation.
How to get monthly or quarterly changes in a fund holdings, sector and country allocations? With the below code I'm only able to get the recent holdings and not the historical holdings. Python column_fields = [ "TR.FundHoldingRIC", "TR.FundHoldingName", "TR.FundPercentageOfFundAssets", ] refinitiv_data, err =…
I need to retrieve the Client Number, Client Secret, and App Key to be able to use an API in Python. I was recently referred to APPKEY with the steps below: Refer to the steps below to generate the App Key: 1. Type in APPKEY in the search bar 2. Select Eikon Data API checkbox for generating an AppKey. 3. Click the…
I tried to send again a request including the "TR.ConsHoldPctPortfolio" variable, but it seems that the Eikon API still cannot return the required data (specifically for that variable). I tested this several times over the last 3 hours. I tried replicating using the additional syntax, but to no avail. Could you please…
The customer is using below code but getting error-Error code -1 | UDF Core request failed. Gateway Time-out Requested universes: ['ENP-WKLFET-EIA import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['GB2YT=RR'], fields = [ 'TR.BIDPRICE(Frq=D,SDate=2020-01-01,EDate=2024-07-30)',…
I want to use the Advanced Filings tool on Refinitiv Eikon on Python Could you guide me with the required code to do so?
I would like to download the filings for a particular SDC File Number but I have to manually download one by one. Is there a faster way to do this such as batch download functionality?
I am using refinitiv.data version 1.6.1 and Python version 3.12.4. My current subscription is for Refinitiv Workspace. I have the following questions: * Is there any option to use the Python API without getting kicked out of the workspace desktop session all the time? * What is the exact difference between eikon library,…
It looks like you're new here. Sign in or register to get started.