Hello! I am looking to replicate the search of Topic:AAA AND "S&P". Is it possible to do this using the eikon package?
Case- 15312764 Query- I would like to request the following information: I would also like to know which data items can be used to retrieve the following information (as shown in the attached screenshot): Fund Administrator Fund Advisor Custodian Fund Management Company Promoter Furthermore, I would like to understand how…
Hi, can you please help how to API the S&P rating of a bond? This only works for Moody's and Fitch df = rd.get_data(universe = ['HU275342904='],fields = ['TR.FiSPRating', 'TR.FiFitchsRating', 'TR.FiMoodysRating' ] ) Thank you Judit
Currently, I am encountering an error when using either rd, or ld while making data requests through the API gateway. The error is: "LDError: 'dict' object has no attribute 'url'". Please assist me with this issue.
I am looking for a way to use the transcripts from earnings calls, conference calls, company events etc. I want to access the data and also import them via an API in python to perform some analysis. Could you please let me know: If with the products that I currently have, I can have access to this kind of information? If…
On behalf of external client - Issue- Client is getting Null value for 0179.HK RIC for TR.HIGHPRICE and TR.LOWPRICE today. The code worked fine until yesterday. The data is available on the RIC on the product and in excel. so the issue is with the code. ek.TR_Field('TR.HIGHPRICE') ek.TR_Field('TR.LOWPRICE') We have advised…
I'm currently getting weekly data using get_history "df_px = rd.get_history(universe=tickers, fields=['TR.ClosePrice'], interval='1W', start=start_date, end=end_date)" However i'm only getting data every friday. Is there a way I can specify that I want the data weekly but every Tuesday ? FYI, In the excel library it is…
I am from helpdesk and was advised to check with the dev team instead. Client is requesting if it is possible to replicate this? We currently have it on Workspace (PVTCO) but there is no way to extract/export it. Hence, asking for a workaround. Thanks!
Hi everyone, I have been trying to retrieve through python API the time series of the TTF NG forward curve (the fair value) as shown in the 'Commodities forward pricing discovery tool', has anybody managed to retrieve it successfully? Thanks in advance
I tried : ld.get_history("BL219000L9^1") or ld.get_history("BL219000L4") I got LDError: No data to return, please check errors: ERROR: No successful response. (TS.Interday.UserRequestError.70005, The universe is not found) ld.get_data("C390X24",fields=['TRDPRC_1', 'SETTLE', 'BID', 'ASK','OPINT_1']) LDError: 'The record…
It looks like you're new here. Sign in or register to get started.