1. Is the Workspace API compatible with Eikon Desktop Data API or is there a need to revamp the application? We use EikonDesktopDataAPI.dll. 2. Does the Workspace API support leased line connection?
I am testing the validity of a RIC trying both "try.. Except" (as suggested also here) and "With Suppress" functions to continue the loop and get correct RICs into a list. Although, the code works and adds correct RICs to the list I still see the message telling the RIC is incorrect. Please see attached the screenshot and…
Hi Team, Good day. Client is asking if he can use python-API without having Eikon installed in the PC. There is a possibility that they will be switching to "web access" and will have the software removed from their computer. Client is getting an error when running the API without having Eikon software open. Would you…
Hey everyone, I'm working on a project on a codebook workspace where I need to pull a lot of fundamental data(322 fields) for various companies using their RICs via the Refinitiv Eikon API. The problem I'm facing is that the process is taking way too long, and I'm frequently running into gateway timeouts (Error code 2504).…
Hello Team, we need RIC codes for interest rates for below? GBP USD EUR Thank you..
I am trying to run the screener function on python but a code which used to work in the past is now not working properly. I would expect the below to yield results but nothing seem to come up? code = 'TR.NAICSSubsectorAllCode(Concat=|)' naics_code = '325' syntax = 'SCREEN(U(IN(Equity(active,public,private,primary))), \…
Hi, I am downloading the equity data and use they for analysis. It is required by regulation that the data quality test must be performed. So I wonder if Refinitiv performs the data quality test on the equities data (returns, volume, market-cap....), such as completeness, accuracy, consistency, etc, see below the table…
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?
It looks like you're new here. Sign in or register to get started.