import eikon as ek ek.set_app_key('***') eod_cols = [ 'CTBTR_1', 'HST_CLOSE2', ] ric = 'USOIRU=ECI' res, err = ek.get_data([ric], eod_cols, {'SDate': '2024-05-01', 'EDate': '2024-06-30'}) How to get the historical data of "HST_CLOSE2" or "CTBTR_1" using the above code?
Hi there! I am trying to develop a Python script that pulls out news headlines via the Eikon API. The tool (in theory) is supposed to read for items to be searched in a separate txt file, search each item and then show the most recent few headlines relating to what has been searched. However, it seems i'm constantly…
I am looking to find historical credit ratings for a vast amount of bonds (spanning about 10 years). I can't search for a specific date because they were all issued at different times. When using codebook, I managed to find ratings for a large number of bonds but that was the rating at the time of my search instead of…
I need to get DocId for KOR company, can you pls suggest how to do this? Thanks in advance.
Hi, I am trying to download historical price data for multiple stocks from 2015 to 2024. When I download data for a single stock, it starts from the earliest available date. However, when I download data for multiple stocks, whether using the normalize option or not, the data is trimmed. How can I download the stock price…
Dear Developer Community, I want to download ESG and Pillar scores for all US stocks from 2011 to 2023 on a quarterly basis via the Eikon Data API. I am using the get_data(..) function with the following specifications fields = ["TR.TRESGScore", "TR.EnvironmentPillarScore", "TR.SocialPillarScore",…
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…
It looks like you're new here. Sign in or register to get started.