I am trying to retrieve the filing dates of annual reports and ESG reports using a search query similar to https://community.developers.refinitiv.com/questions/95582/eikon-api-retrieve-annual-report-publication-date.html, and I've met several confusing issues. api_key = 'my api key' ek.set_app_key(api_key) isin_df =…
I need to initialize a Workspace session with my username/login and be able to Exit a session via the command line for automation purposes. Does anyone know the Terminal syntax i n Windows to accomplish this?
Raising this on behalf of an external client. I would like to use this language to access the Eikon API and I see there is a Python package, but looking for an R package.
I would like to download the annual reports for a list of U.S. companies using an Eikon API. I read through this article which seems to describe the general process: https://developers.refinitiv.com/en/article-catalog/article/introduction-to-filings---python The article only refers to SEC filings. Is it also possible to…
Hi all, I have been using the Refinitiv API to retrieve % Institutional Ownership data, and my current Python script is able to fetch this information on a monthly basis. However, for my analysis, I only need the year-end data for each year. Here is the code I have written so far: [Python code] import pandas as pd import…
Hello, I am an academic and working on a research project. I would like to download all news either in the Turkish language OR related to Turkey from the earliest possible date. Downloading this data has proven to be quite challenging. Could you assist me with this task? I can use python.
Hello, I recently encountered an issue with my scheduled program when calling ek .get_data(). The error returned was:Error code 403 | Client Error After checking the discussion forum, I found that the problem was related to the app key, which had expired after three months. I generated a new app key using the App Key…
Hello, I would like to translate the code below to R in order to get the data in R import eikon as ek EK_KEY = key ek.set_app_key(EK_KEY) ls = ['PETZ3.SA', 'QUAL3.SA'] start_dat = '2010-01-01' df_price, err_price = ek.get_data( instruments=ls, fields=['TR.CLOSEPRICE', 'TR.CLOSEPRICE.date' ], parameters= { 'SDate':…
..., 'Status code 400: App key is incorrect'). I am trying to work on API , but not able to run app key code . I have tried to use authenticated app key but it says wrong api
...es extracted with get_news_headlines()? Technology: Eikon API on Windows Visual Studio Code I was wondering if there is any code that enables us to map/fetch the news source name based on a list of source codes extracted with get_news_headlines()? Example: sourceCode = "NS:RTRS" => return "Reuters News"
It looks like you're new here. Sign in or register to get started.