Please can you help us understand why we're getting the following error? Do we need to be white-listed or upgrade one of the following modules? Getting authentication exception failure: 2025-07-10 15:35:32.242884 Sending authentication request with client credentials to https://api.refinitiv.com/auth/oauth2/v2/token ...…
Hi everyone, could you please let me know if there is a way in CodeBook or anywhere else in Workspace to configure a task that would run a Python script at a specific time every day? Currently, I download the data manually by running the code, but I would like this process to be automated and executed daily at the same…
Over the weekend, the outputs to TR.IndexJLConstituentRIC are no longer accessible and produce an LDError, such as "LDError: Unable to collect data for the field 'TR.INDEXJLCONSTITUENTRIC.CHANGE' and some specific identifier(s)." Please have this looked into at the earliest and provide an update.
Hello team, raising this query on behalf of client Llohann Dallagnol Speranca I have gotten a handful of URLs though the "TR.CSRReporting.esgsourceurl" field. However, most of the recent ones are files in http://filings.research.refinitiv.com. I would like to be able to download those reports as well. How can I do that?…
Is it possible to schedule runs at specific times in codebook? Alternatively, can I access get_data in refinitiv.data.eikon outside of codebook or is that only possible within notebook? With get_data I get exactly the data I need from within notebook, now I am looking for a way to schedule this process, either within…
Hi everyone, I am a researcher at the Catholic University of Milan, currently working on a project that involves historical holdings data for U.S. actively managed mutual funds. Specifically, I require the full holdings information (not just the top 3 holdings) for all such mutual funds, on a quarterly basis over the past…
Dear community, I am trying to download bonds information data from the govsrch using the following code: # Define the start and end dates start_date = '2025-01-01' end_date = '2025-06-30' # Generate a list of dates between the start and end dates date_range = pd.date_range(start=start_date, end=end_date) # Convert to a…
I am working with Python API and the library refinitiv.data in it. There is the function refinitiv.data.get_history get_history( universe: Union[str, Iterable[str]], fields: Union[str, Iterable[str], None] = None, interval: Optional[str] = None, start: "OptDateTime" = None, end: "OptDateTime" = None, adjustments:…
Hi Community, I'm using Python library to consume data from our RTDS and wondering were I should configure my pending instrument request size matching the OpenWindow of our RTDS ADS servers? I looked at the Github example for the configuration files showed over there but unable to find any setting for max outstanding…
It looks like you're new here. Sign in or register to get started.