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?…
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…
I'm trying to query data for about 500 RICs, but here are the first 5: 'A.N', 'AABA.OQ^J19', 'AAL.OQ', 'AAP.N', 'AAPL.OQ' if i use this formula: ld.get_history( universe=ok_tickers, fields=['TR.FreeFloat'], start=s, end=e, interval="1D" ), the query times out as it takes too long to queryhence i am trying to look for an…
Is it possible to access a fund screener using R or Python in order to download a list of all available funds or ETFs based on selected filters? Raised on behalf of external client.
How can we modify a Python formula that retrieves Refinitiv data to use an internal data source instead of the default? In the context of an RtGet function, the current implementation uses RtGet("IDN", ...). We would like to switch this to use an internal source, such as RtGet("INTERNAL_SOURCE", ...), within Python code.
It looks like you're new here. Sign in or register to get started.