I want to obtain the Price Index and Return Index data for the MSCI World over the past decade, but I am unable to find the correct API command or field. Could you please tell me which fields or parameters I should use in the Eikon API to extract this data?
...g Eikon API Hi everyone, I am relatively new using Eikon API and I am also relatively unfamiliar with the code. I want to retrieve the monthly institutional shareholding data for about 200 firms from 2003 to 2023 without having to download the shareholder report for every company one by one. Specifically, taking one…
Hi I am unable to connect to Eikon APi from python since today morning. Please could you help me debug this. Sharing the error screenshot here.image (002).png
...d, cannot send any request Here is the full error message: Error: no proxy address identified. Check if Eikon Desktop or Eikon API Proxy is running. Error on handshake url http://127.0.0.1:None/api/handshake : InvalidURL("Invalid port: 'None'") Port number was not identified, cannot send any request Have reinstalled…
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…
It looks like you're new here. Sign in or register to get started.