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.
I would like to get the data within the red frame in the image below. The code below got the same value.The parameter 'Curn' didn't seem to work.
I want to get the history data of * TAIEX Futures TAIWAN FUTURES EXCHANGE-Products-Equity Index Futures-TAIEX Futures (taifex.com.tw) * Mini-TAIEX Futures TAIWAN FUTURES EXCHANGE-Products-Equity Index Futures-Mini-TAIEX Futures (taifex.com.tw) I know this should use eikon get_timeserise() And tried rics = ['TXc1'] I have 3…
While working to implement Eikon through the API, we have the following three queries: 1: How to Plcae Order through Eikon Rest Api in python 2: How to Check current Position of order in Eikon Rest Api in python 3: How to Get Signal of current Order in Eikon Rest Api in python
I ran into some issues retrieving the data. There is data for some RICS on the UI, but when I try to get the data via the API, it returns NA. Additionally, if I use the SDate and EDate parameters to collect data for a range of certain dates, I also receive data for earlier dates. However, I only want the data in those…
It looks like you're new here. Sign in or register to get started.