I would like to download the filings for a particular SDC File Number but I have to manually download one by one. Is there a faster way to do this such as batch download functionality?
I am using refinitiv.data version 1.6.1 and Python version 3.12.4. My current subscription is for Refinitiv Workspace. I have the following questions: * Is there any option to use the Python API without getting kicked out of the workspace desktop session all the time? * What is the exact difference between eikon library,…
I am trying to use the Eikon Data API to fetch Tesla's current stock price into Google Sheets, but I keep getting an error saying that the endpoint is incorrect. Where can I find the correct endpoint, or could you provide an example endpoint for me?
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…
It looks like you're new here. Sign in or register to get started.