I want do an equity screening of the SXXP Index (Stoxx Europe 600) in the 2005-2023 date range. I need a list of the members that the index has had in that time window.
I am getting error code 401 saying Eikon Proxy not running or cannot be reached.
... the roles correctly when advisors have multiple roles? I'm trying to obtain a list of advisors and their roles in M&A deals. I have code to pull the deals, but the advisors and the roles come in a concatenated field. Some advisors have multiple roles. If the first advisor has two roles and the second advisor has one…
Hi I would like to retrieve M&A corporate action for a list of instruments over a period of time. I tried to modify the code from github (GitHub - LSEG-API-Samples/Example.EikonAPI.Python.CompanyEvents: This is an example of retrieving company events using Eikon Data APIs.) but i am not getting the result I want. import…
I want to connect to PowerBI through API. Do we get API for a enterprise user like me to connect to PowerBI or other tool.
I am fetching the news headlines data using python but this error has been occurring lately. Been using the same script and could fetch 100 headlines day before yesterday but works no more. Here is the script:_ pip install eikon import eikon as ek ek.set_app_key('###') import pandas as pd import numpy as np import datetime…
Hi, I am trying to extract the analyst estimates data as mentioned in the code below - df, err = ek.get_data( instruments = ric_lst, fields = ['TR.EPSMean.periodenddate', 'TR.EPSMean', 'TR.EPSMean.date','TR.RevenueMean', 'TR.NetProfitMean'], parameters={'SDate':'2010-01-01','EDate':'2023-12-13','Period':'FQ1'}) The issue I…
I'm trying to get data in the Eikon api in Python. i run the following code: import eikon as ek API_KEY = "my_api_generated_from_eikon" ek.set_app_key(API_KEY) df = ek.get_timeseries(["MSFT.O"], start_date="2023-01-01", end_date="2023-01-10") but i get the following error: 2023-11-27 13:10:29,087 P[12100] [MainThread…
Hi all, I have a few python models that have ran into updating issues in the past three weeks or so. On some days the models update just fine, but on other days (like today) I keep getting either an 500 Internal Server Error or a Gateway Time-out error.…
I have a user having issues registering API key. Getting the errors below: User is Litwiller, Dane in case it's a permissioning error. 2023-12-22 09:47:02,005 P[11976] [MainThread 2340] Error code 403 | Client Error: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"…
It looks like you're new here. Sign in or register to get started.