The customer is using below code but getting error-Error code -1 | UDF Core request failed. Gateway Time-out Requested universes: ['ENP-WKLFET-EIA import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['GB2YT=RR'], fields = [ 'TR.BIDPRICE(Frq=D,SDate=2020-01-01,EDate=2024-07-30)',…
I want to use the Advanced Filings tool on Refinitiv Eikon on Python Could you guide me with the required code to do so?
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')…
It looks like you're new here. Sign in or register to get started.