I have university access as student to thomson Reuters. I have created loop to read the 1 year data of news headlines + news full story text. It is taking too long time and after that it says me "raise requests.HTTPError(error_message, response=server_response) requests.exceptions.HTTPError: Backend error. 401…
Both ek.get_timeseries and rd.get_history don’t work. The former returns None and the latter returns dateframe with nan. Any suggestions on alternative solutions while it is being worked on.
We are trying to migrate a Jupyter Notebook that calls the Eikon API to a Python script that will be executed on a regular schedule. We are going to use Windows Task Scheduler to schedule the execution. We would like to have this task run whether a user is logged in or not. Is this possible for Eikon or does Eikon require…
How to gather a list of all the exchanges in a country?
Hi, I just installed the Eikon Desktop (4.0.65) on my Windows 11, and is trying to connect through Eikon Data API (1.1.18) for Python (3.11). However, I have encouraged an error saying "Error: no proxy address identified.". The full log with ek.set_log_level(1) is as below: An error occurred while requesting…
Hi, I'm using the python lseg library and the historic_pricing module. When getting the result and converting it to dataframe, I am getting the error: ndexError Traceback (most recent call last) Cell In[7], line 2 1 response = historical_pricing.summaries.Definition(TT).get_data() ----> 2 response.data.df File…
Is there an breath indictor in EIKON which shows the percentage of S&P 500 stocks above their 50-Day moving average? It measures the percentage of stocks within the S&P 500 index that are trading above their respective 50-day moving averages, providing insight into the overall market trend or momentum.
How to download daily congestion data by anchorage zone by API? Please see the Daily Congestion section. We can download it via excel but is there a way to code that file into API? Or is there a API that lets you show the congestion data that is arranged by anchorage zone?
In the Eikon API in python, I want to get the RevenueMean for S&P500 Components for the next 10 financial quarters, on a point in time basis. So in 2022Q4 the revenue mean for FQ4 should be the available estimate at 2022Q4 for 2023Q4, not the estimate at 2023Q4. I tried this code but this just gives me the shifted…
Hello, I am using the Eikon API to retrieve data from the I/B/E/S database. I am looking at the field TR.ROEEstValue, instrument DBKGn.DE. From the Eikon GUI, I see that the following date attributes are available: "Date", "Activation Date" and "Stop Date". What are the corresponding the corresponding attributes in the…
It looks like you're new here. Sign in or register to get started.