Welcome to the LSEG Developer Community
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…
I am currently looking deeper into automating workflows and would therefore like to know how I can receive API credentials and if it is possible to request results from individually configured Cambridge Associates Benchmarks via http requests. Looking forward to your answer. (On behalf of client)
Client is receiving error message for the ISINs used: The access to field(s) denied. Requested universes: ['CA007863AB91', 'US91754TG983']. Requested fields: ['TR.PREFERREDRIC', 'TR.MUNIORIGINALAMOUNTISSUED', 'TR.FIAMTOUTSTANDINGFACTOR'] from this script: import refinitiv.data as rd rd.open_session() df = rd.get_data(…
Greetings. Is there are data dictionary for loans somewhere ? i see that i can access 1151 data items via the screener but i would like to have a dictionary or a template with the variables names and corresponding codes
in order to retrieve the expiry/last trading date for a given future i have been using df, err = ek.get_data( 'LCOK2^2', ['EXPIR_DATE', 'TR.FOFirstNoticeDay', 'TR.FOLastTradingDate']) however for older RICs (older than 2010 , e.g. Jun 2005) it does not work. E.g. : df, err = ek.get_data('LCOM5^0', ['EXPIR_DATE',…
It looks like you're new here. Sign in or register to get started.