I am using Eikon for Excel. I have a list of identifiers in column A and for each of them I need the ESG score. =TR(A2,"ABS(TR.TRESGScore)","period=FY0 Sdate=01-Jan-2010 Edate=31-DEC-2022 Frq=Y CH=In RH=FPA TRANSPOSE=Y",C1) The above function works well. However, the output is poorly aligned, with different years in the…
Hi, do you have any idea,why got the above named error from following function: def get_ts(): import eikon as ek import pandas as pd ek_app_key='XY' ek.set_app_key(ek_app_key) ticker=['ALVG.DE','BMWG.DE'] start_date='2023-04-24T09:01:00' end_date='2023-04-24-24T09:15:00' interval='tick'…
I am looking to pull vessel information from interactive map through API? Is this possible?
User is getting an error while configuring my Python EIKON API (anaconda) while following the link below: https://developers.refinitiv.com/en/api-catalog/eikon/eikon-data-api/quick-start. Please refer to the screenshot below: Tried to follow the suggested steps on the links below:…
Possible values: 'tick', 'minute', 'hour', 'daily', 'weekly', 'monthly', 'quarterly', 'yearly' In get_timeseries(), the possible values that the parameter "interval" can take are the ones above. On the other hand, for a given RIC, not all will be available. Let us say I want to extract historical data about the US GDP…
I am trying to find deal level data and fund information for PE firms. Specifically, all historical deals made by PEs and all funds information PEs have received in history. I have found those data in screener but I need to click the number of deals and funds to see the historical deals made by each PE and funds received.…
I am trying to retrieve information regarding the dividend pay date, dividend ex date, unadjusted gross dividends of a stock. As recent as last month, I was able to retrieve the information using the following code: import eikon eikon.set_app_key('key') port_ISIN_list = ['JP3598000002'] #Get CA data from Thomson Reuters…
Hello, How am I able to access the Trade Flows data (specifically coal & iron ore) via an API? e.g. through Python or an ETL. And what API options are available? Thanks
I am trying to do queries for dividends in C# using the Eikon Data API. I notice that if I supply exact dates, such as today through the end of the year: sdate: 2023-05-27 edate: 2023-12-31 I get back empty results. However, if I supply relative dates, they sometimes seem to work, such as: sdate: 1D edate: -1AY My…
Hi. I'm using Eikon eta for receiving real time market data. I would like to know if there is a specification file for how to use the data, specially depth. I have some trouble figuring out the correct way to handle depth since I don't get all depth level is a single message (sometimes update for some level field i.e.…
It looks like you're new here. Sign in or register to get started.