Hello, It seems that we cannot query the same fields for historical prices from Python and .Net. We would like to query TR.TotalReturn in the .Net C# API as such : var response = Summaries.Definition(new List<string>() {"0001.HK"}) .Fields(new List<string>() {"TR.TotalReturn"}) .Interval(Summaries.Interval.P1D) .GetData();…
We wanna see trending topics, last news, market snap shop
Hello, I'm new to the TR API and have been using Python to perform API queries. My script has been running smoothly for about two years. However, when I attempted to run it this week, I encountered various errors. After reviewing the code in my backup (codebk), it appears that the function get_data([list], 'Instrument')…
I had this weird issue from the new Python API for workspaces. Error using get_history_func>get_history (line 206) Python Error: RDError: Error code -1 | [WinError 10061] No connection could be made because the target machine actively refused it It doesn't happen all the time but frequently and last for 2-3 days (maybe…
...kspace API Python import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['USDSOFR='], fields = ['TR.FIXINGVALUE'], parameters = { 'SDate': '2024-07-01', 'EDate': '1D', 'Frq': 'D', 'CH': 'IN;Fd', 'RH': 'date' } ) display(df) When using the above code instead of returning the values for 24/07/2023 it…
Hi, im trying to create a request using this code: ek.set_app_key(refinitiv_key) rd.open_session() start_date = "2023-1-1" end_date = (date.today() - BDay(1)).strftime("%Y-%m-%d") tickers = pd.read_excel(ruta_insumos+"\Diccionario_Eikon.xlsx",sheet_name='Mercado')["Ticker"].to_numpy() tickers = tickers.tolist()…
I want to be able to use Python for extracting options data from a database. For our project focused on modeling implied volatility surfaces, we require historical end-of-day (EOD) data for US options spanning the last two to three decades, including major well-traded symbols, as well as less traded symbols with sparse…
for example, can I download option Chain data for SPY call/put options on Jan 10, 2024? Thanks.
Hello, On a companies overview page when going to the Officers Detail Page (ESG->Officers) the PersonID for each officer can be retrieved from the URL. See the Example Link below. But those PersonIDs only sometimes work to retrieve data via the Python API. Even if the data is always available. Is this a bug or is my query…
It looks like you're new here. Sign in or register to get started.