Attaching two files here for reference. Is there any reason why retrieving fuel futures sometimes works and sometimes does not? Please reference my log files for the same code executed twice.
An error occurred while requesting URL('http://localhost:9000/api/udf'). ReadTimeout('timed out') I've been getting this error when running any code using the refinitiv.data api for python (in both my own notebooks and the unchanged example notebooks). Happens specifically when calling functions on rd such as…
=@RDP.Analytics("financialcontracts", "fxforward", "EURUSD", "legs:[(StartTenor:0D Tenor:#2)] Valuationdate:#1", "StartDate;EndDate",,,TradeDate,"1M")
Hi, I would like to use the python refinitiv data library to pull historic maturities for a relative ticker, such as: USDSROIS1Y= Please advise how to do this? As ticker is relative, the maturity changes every day, and the field "MATUR_DATE" does not return anything on an historic basis. Thanks,
I'm using python API. I'm trying to extract RIC for Equity Indices by cusip. As an example, I have Cusip 648815108 for S&P 500 Index and Cusip 12497K100 for CBOE Market Volatility Index. However, when I search with the below query I have an empty dataframe returned. df3 = rd.discovery.search(…
I cannnot take bid ask price of JGB by the code attached below. I would appreciate it if you could tell me the reason and solotions to correct this problem. I think this may happen because I cannot take appropriate RIC code of JGB. import lseg.data as ld from lseg.data.content import symbol_conversion ld.open_session()…
I use the code below to get bid ask by codebook. My code is working but cannnot get the data whose isincode starts from JP. Could you tell me the reason if possible. import pandas as pd import lseg.data as ld from lseg.data.content import symbol_conversion ------------------------ 設定 ------------------------EXCEL_IN =…
I want to obtain the latest segment name information of listed companies from Eikon, both annual report information and quarterly report information are acceptable. But when running the results with the following code, there are no results for 300 companies, here are a few examples 2382.HK, 0196.HK, 0834.HK. I think this…
I want to obtain bid ask data by Code book. The code attached below is about getting bid ask from the input data; Isincode. Could you tell me why the code does not work. import pandas as pd import refinitiv.data as rd from refinitiv.data.content import symbol_conversion as sc # ← v1.6 ではこちら 1. セッション開始(Workspace/CodeBook…
ld.get_history( universe=['4295867372'], fields=['TR.F.PeriodEndDate'], start="2000-01-01", end="2030-01-01", parameters={'FRQ': 'FQ', 'Period': 'FQ0'} ) However, this code does not extract all the quarter-end dates. Specifically, it fails to retrieve the date '29.03.2025'."
It looks like you're new here. Sign in or register to get started.