...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,…
I am trying to use the Eikon Data API to fetch Tesla's current stock price into Google Sheets, but I keep getting an error saying that the endpoint is incorrect. Where can I find the correct endpoint, or could you provide an example endpoint for me?
It looks like you're new here. Sign in or register to get started.