这里可以直接通过导入excel来获取数据,但是如何通过api来实现
I am starting to conduct some mining business development research. Is using the excel add-in the most efficient tool for this? Is there a page or link where I can find some further information on how to make this research as efficient as possible? I essentially want a workbook breaking down the mining operations in…
Hello, Due to the fact the Eikon API is going to be phased out, I've started looking at replacing code from using the Eikon Library, to the Refinitiv Data Library in Python. Currently everything is clear and going smoothly, but I've noticed that the RD library has significantly worse performance than the eikon library. For…
Hi, I am trying to include all variables in my Python code that belong to the VChain app in Workspace. I found the following: TR.SCRelationship, TR.SCRelationship.ScorgIDOut, TR.SCRelationship.instrument, TR.SCRelationshipConfidenceScore, TR.SCRelationshipFreshnessScore, TR.SCRelationshipUpdateDate These variables are not…
I am looking to get a script that gives me all the tickers being traded on stock exchanges in US and Canada. I want it to repeat it for each of the years 2006-2021.
Team, I need your help on client’s query below. Description: Hi, I've realized that there is no data field that returns 0 if a firm is only offered on a single exchange and 1 if it is offered on more than one. In our research focusing on a sample of Canadian and American firms, we wish to determine which companies in each…
Hello This is my first time importing eikon package in python. when I set_app_key, it returned below error. I'm now opening eikon desktop as well. can you help. 2024-11-16 22:47:35,507 P[32360] [MainThread 36816] Error: no proxy address identified.Check if Eikon Desktop or Eikon API Proxy is running.2024-11-16 22:47:35,510…
I have the Python program below to download some earnings call transcripts through EDP-API. I have an enabled EDP-API and the program authenticates successfully, but it cannot find any earnings call transcripts. I am not sure if the transcripts are not accessible through the API, or if there is something wrong with the…
Dear Community, I have been trying to understand the data content and coverage of I/B/E/S forecasts for General Motors. Using the following code, I am only able to retrieve data starting from 2010, presumably due to the company's restructuring that occurred around that time. However, I’m surprised that LSEG does not…
I am raising this on behalf of client. Why does this script/parameter format does not work? import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['AAPL.O'], fields = ['TR.F.TotRevenue'], parameters={'ReportingState': 'Orig'}, ) Kindly note that I have given this below script (codebook) to the client…
It looks like you're new here. Sign in or register to get started.