hi there! im trying to use the get_news_headlines function to pull out headlines for a list of entities. The list if entities are saved on to a txt. file saved locally on my computer. As an example, my txt file contains the name "SINGAPORE AEROSPACE MANUFACTURING PTE LTD". While running the get_news_headlines function, I…
i used the following code to retrieve the data: rd.open_session() data_points = [ 'TR.TRESGScore.Date', 'TR.SustainabilityComm', 'TR.IntegratedStrategyMD&A', 'TR.GlobalCompact', 'TR.StakeholderEngagement', 'TR.CSRReporting', 'TR.CSRReportingGRI', 'TR.CSRReportingGlobalActivities', 'TR.CSRReportingExternalAudit',…
is it possible to directly get the economic monitor data using APIs instead of manually download as excel?
I would like to thank all the people involved in the Eikon to Workspace Upgrade. Thanks to all of you, the upgrade was painless!! No problems. Everything was moved from Eikon to Workspace including hundreds of DataStream Charts. In addition, my Python code to download data works fine. I was dreading the process and was…
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…
It looks like you're new here. Sign in or register to get started.