I use Eikon in Excel. 1. How can I get a list of all Korean mutual funds? Even though I used the code below, an error occurred and I was unable to obtain data. =TR("FDS_ALLFUNDS", "RIC,Name", "COUNTRY=South Korea;FUNDTYPE=Mutual Fund") 2. How can I get 10 years of quarterly fund ownership portfolio reports for all the…
I've tried the below, but its not showing any results: import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['HSBA.L'], fields = [ 'TR.RelatedOrgId', 'TR.RelatedOrgName', 'TR.RelatedOrgType'
This data was published at 3.15 pm and was available via the excel add in (and terminal) immediately. In the python API it was not available until 9pm. That is a 6-hour lag of data delivers from one method to another, a method which in my opinion should be much quicker. I used CODEBK and below was able to get the data.…
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…
It looks like you're new here. Sign in or register to get started.