EikonError: Error code 500 | Backend error. 500 Internal Server Error. What is this error? Only seems to appear when there are several securities requested
I can't connect to the server Refinitiv . Any browser cannot. proxy re-settings do not help either. Refinitiv Eikon Destop does not start with an error 'CBootstrapImpl::LoadProviders' .
I am trying to retrieve LEI codes of issuing company from ISIN codes of open end funds. The code works decently but there is a problem that should be addressed. There are companies for which there exists LEI code in Refinitiv but the code cannot retrieve it. In particular one should focus on the part: fund_company = 'AXA…
Hello, I have been using the Eikon Data API to fetch news headlines using a Python script that runs every 10 seconds. The script is as follows: * q = 'Topic:NEWS1 AND All Alert AND (Language:LEN OR Language:LZH)' result = ek.get_news_headlines(query=q, date_from=from_ts, count=100) headlinelist = ## extracted from result…
...Codebook? What would be the option quote chain for the date 12/30/2022? I am trying to understand how to pull option quote chain data using code book. I am interested in pulling the quote chain as of historical dates, for example as of 12/30/2022 what the option quote chain is. I am particularly interested in Henry Hub…
how I could retrieve via an API call the following data: The code snippet below works for the majority of cases, but for some dates (end of month) we are not able to reconcile with what is displayed on the DHOLD holdings page (which also matches the Bloomberg HLDR page). For example, when using the Eikon API to retrieve…
I am currently trying to get historical data of spreads between specific contract months of LME copper futures with the following python API code. df, _ = ek.get_data(['CMCUF21-G21'], fields=['TR.TSVWAP.Date', 'TR.TSVWAP'], parameters={'SDate':SDate,'EDate':EDate}) In this case, when I specify a contract month prior to…
Hi i am currently trying to work out my own Dividend Yield. I am using the following code to retrieve the daily price close and hope to index and match it with the dividend ex date. df, err = ek.get_data( instruments = [Instrument], fields = [ 'TR.PriceClose.date' 'TR.DivAdjustedNet', 'TR.DivAdjustedGross',…
I am requesting 35 fields for 6600 stocks and the request is taking an hour to complete, is this expected or do I have an issue somewhere? I have broken the request into chunks of 50 stocks but this doesn't seem to help.
Whereas in the past, ek.get_data has worked relatively fast, it has barely worked today. Occasionally, it works with a very long delay. Other times I get one of the following error messages: i) I get HTTP TimeoutException: ., ii) Backend error. 400 Bad Request, or iii) HTTP request failed: EikonError-Backend error. 400 Bad…
It looks like you're new here. Sign in or register to get started.