Hello, I would like to use indicators like volume and market profile and footprint charts, which Refinitiv doesn’t support. However, I have a lifetime license with Quantower platform which do have these features. I spoke with QT team to help me out To connect QT with Refinitiv via API so I can use their charting tools and…
I am trying to get the tracking error item ("TR.FundTrackingError1Year") taken from the data item browser over an extended period The code below just gives me the last available value for item "TR.FundTrackingError1Year". * Is there a way to obtain the time series? I think "TR.FundTrackingError1Year" is just a static…
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?
It looks like you're new here. Sign in or register to get started.