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…
is there a Swagger documentation for the Eikon API? I checked for related questions but it appears we don't have one for Eikon. Kindly advise. Thanks.
My code is as follows : import eikon as ek headlines = ek.get_news_headlines(query='IBM.N', count=1, date_from=None, date_to=None, raw_output=True, debug=False) print(headlines) Running result is as follows : {'headlines': [{'displayDirection': 'LeftToRight', 'documentType': 'Story', 'firstCreated':…
I would like to download US monthly CPI, norminal CPI and core CPI via eikon api. However, I cannot find relevant api functions for this purpose. I would appreciate if anyone could point me to the right direction.
It looks like you're new here. Sign in or register to get started.