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.
I'd like to clarify my use case further and seek advice on building a dynamic and parameterized search using Python. My objective is to automate DCF discount rate derivation based on the issuer’s profile. Specifically, I want to: 1. Filter for credit curves based on: • Credit rating (e.g., “BBB”) • Currency (e.g., “USD”) •…
For a research project, I would like to download the annual reports for a large set of European firms over the period 2010-2023 (following a similar approach as in this article: Global Evolution of Environmental and Social Disclosure in Annual Reports - Lin - 2024 - Journal of Accounting Research - Wiley Online Library).…
I am looking at this trust case: 14416458 14416458 | Case | Salesforce And the specialist directed the client to the attached coding script. The file is in .ipynb extension and I couldn't attach here, so I have changed the format to .txt file. Used Portfolio ID 35014080, and at this code below, I run into an error:…
I am having issues pulling level 2 data into python. I have access to level 2 data (see screenshot) but my websocket connection through OMM_stream is saying the record could not be found. i am using code inspired by the LSEG Refinitiv Data Stream on Github (see this…
I have a question regarding you Python API. I am trying to pull data for ISIN FR001400CKA4. However, I get the following error:refinitiv.data._errors.RDError: Error code 1 | No data to return, please check errors: ERROR: No successful response.(TS.Intraday.UserNotPermission.92000, User has no permission)This code works for…
hello, Is it possible to use cell referencing using Python / Codebook? Please see attached Excel file for reference In addition, how can we display the dates? In added the parameter 'RH': 'Date' but still did not display the dates import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['AAPL.O'], fields…
It looks like you're new here. Sign in or register to get started.