Dear all, Would it be possible to extract below information via Python API?
I post the following code. I am retrieving info starting from ISIN codes and I want to retrieve FundCompany and LEI code. To do that I first retrieve the RIC code, then fetch fund company and from here I look for the LEI. The problem is that using the FundCompany retrieved from Refinitiv, the API can never find the LEI…
For Eikon API, what is the datatype to use to translate Industry name to Japanese?
Has anyone encountered this? 2023-10-02 07:20:29,364 P[19340] [WebSocket 0 27544] Receive status message for unknown subscription id 457
I would like to retrieve SOFR SWAP Curve. What's the mnemonic for it and how do I retreive it? TY
Good afternoon! I can't log in to the Eikon program. After entering the password, the login and password entry window appears again. Windows server 2019 system. Version Refinitiv Eikon 4.0 (9.63) The system does not issue any errors, with this data I can log in via the web. Can you tell me if reading logs will help? Where…
Hi All, I am trying to extract prices using the following screept. import refinitiv.data as rd rd.get_history( list_RIC, fields=['BID','HIGH_1', 'LOW_1','MID_PRICE','ASK','ASK_HIGH_1', 'ASK_LOW_1'], start = '2022-12-31', end = '2023-06-30', interval="daily" ) The language used is Python. the library is refinitiv-data 1.4.0…
Hello, I am trying to get the ESG metrics that an refinitiv ESG score is using to python. I am basically looking at trying to get each indivudal metric into a dataframe, but not the whole score. How would i go about doing this? I understand that i can manually write each metric i want, but my questions if there's an easier…
I trying below code but getting error. Please see the below error and response error as well. It was working well till yesterday, But now error again. from datetime import date import refinitiv.data as rd startdate=str(date.today()+timedelta(days=-10)) enddate=str((date.today())+timedelta(days=375)) rd.open_session() url_…
I need to get RICs for a list of CIKs I have in possession. I tried to use this command ek.get_symbology But it does not have CIKs as identifiers so I am wondering is there a way to use TR.CIKNUMBER to get the list of RICs for my list of CIKs. My list consists of firms under SEC "1311" industry code.
It looks like you're new here. Sign in or register to get started.