My goal is to get company event data for a universe of firms. I am using Eikon API version 1.1.18. I am using the following python code to access the Earnings Call and Earnings Release Events data , err = ek.get_data([RICs],['TR.EventType','TR.EventType.date'],{'SDate':'2001-01-01','EDate': '-1AW','EventType':'ECALL:RES'})…
I'm a new user to Eikon data API. When I try to use the api keys I got from App Key generator. I get an error saying The output is the same irrespective of using Codebook or Jupyter, If I use my colleague's app key it works without issues
I'm trying to use the App Key Generator and when I open the app key generator app it gives me an error HTTP error:403 Forbidden.
user is getting the following message: Listening to port=9006 Error: messenger not found.
When trying to fetch data through the EIKON API, I get a 503 error indicating that the server is unavailable. It was working perfectly until a few days ago, but now it has stopped functioning. i need some help on this: Error 503: Server unavailable. Waiting 1 seconds... Failed to retrieve data for CAL-SP-D1H09 after 10…
I'm having difficulty with including the workbook name on "WorkspaceRefreshWorksheet". I'm using: Sub WSRefreshSheet() DoEvents Application.Run "WorkspaceRefreshWorksheet", True, 120000, "[Book1]Sheet1" DoEvents End Sub But it doesn't run unless I remove the Workbook name ([Book1]). Works perfectly fine if only "Sheet1" is…
Macro1.PNG Hi Team, one of our client is facing issue with Macro not working when try to save PDF
I need to get swaption volatility surfaces for a time lenght of at least 10 years. It is for my master thesis. I looked up at the Q&A and I tried to insert them with RHistory function: =RHistory("USD3MFSR";"BID.TIMESTAMP;BID.CLOSE";"NBROWS:1500 INTERVAL:1D";"CH:IN;Fd STREPEAT:N";B3) Unfortunately it's not working. It says…
When I use get_timeseries to get Future's close price, I choose to use t FOR loop to get a list of contracts' data, but sometimes the get_timeseries returns TIMEOUT. Even if I set a 1 second time.sleep for each loop. How can I make sure that the get_timeseries can work well? My code is like this: for i in…
I would like to clarify a few points. It seems the API we are requesting is not a real-time data API from exchanges. The first one is the Filings API from the following thread: https://community.developers.refinitiv.com/questions/100586/retrieving-annual-reports-using-eikon-api.html. Below is the screenshot of the response…
It looks like you're new here. Sign in or register to get started.