Hello, I'm working with Datastream and Eikon. I noticed that on the Datastream navigator we can get access to a list of equity indices for individual countries ("markets" as per the Datastream Navigator terminology)--see attached screenshot for reference.Capture.PNG To avoid manual work, I would like to use Python and my…
Dear network, I am currently collecting companies financial data for my master's thesis, using Python Eikon Data API. I want all my data in USD but some companies have different standardized currency (eg file attached). When I collect the data with Jupyter, I don't know the currency of the data, and then how to convert it…
Hello, my development environment is on a Linux machine and I cannot run the Refinitiv Workspace app on my local machine. I can use the Eikon API on the web portal but not locally. Is there a way to get price timeseries locally on a Linux machine using a Python API? Thank you for your help Davide
We are not able to use Eikon API . When we run the python code, I get error " HTTP request failed: Invalid port: 'None' this is the sxs logs that we got
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…
It looks like you're new here. Sign in or register to get started.