Hi, is there any way to pull the peers under the same classification under "Lipper Global" using Python. While pulling, i want to pull their ISINs and Benchmark names? below you can see to understand what i want.
I need to pull this using Python. Who can help me?
We are currently using Refinitiv Data Library python package in some of our processes and we notice that there is a new package LSEG Data Library which appears to replace the aforementioned module we used. What is the expected timeline on support removal for the Refinitiv Data module? Will the replacement of Refinitiv…
I am using the `lseg.data` Python API to retrieve quarterly financial data. However, I am encountering an issue where multiple records are returned for the same date, which I believe should correspond to a single value per```test_fields = ["TR.EarningsRetentionRatePct", "TR.EarningsRetentionRatePct.date"]
looking to pull data from LSEG workspace application into VS code for the development of downstream generic/parametrized, user-driven ingestion using the following code to establish connection, session = rd.session.platform.Definition( app_key="YOUR_APP_KEY", grant="password", # or "client_credentials" for service accounts…
please find below screenshot for error details. I have installed VS installer with C++ Builder tool. so not sure why the error still exsits.
Hello Team, Good day! I'm seeking for your help on the below query: Is this a normal behavior for the API- the client needs to enter the APPKEY in ld.open_session() to be able to run ld.get_history. Our client also mentioned that this is not the same for ld.get_data where he only needs to run ld.open_session() without…
rd.get_history(universe=fx_instruments, fields=['MID_PRICE'], interval='1D', start=one_month_ago, end=today_date) how could I force the weekend dates to appear?
Hello Client got the below when he was trying to update the data for Carbon Futures (RICS: CFI2c1, CFI2c2, CFI2c3, … CFI2c19), I received an empty data frame. df_getdata = ld.get_data( universe=[‘CFI2c1’, ‘CFI2c2’, ‘CFI2c3’], fields=[] ) This is abnormal behavior that I’m encountering for the first time. I’ve checked with…
Unable to run a simple test script on cookbook: Environment: LSEG Workspace Codebook. Library: refinitiv-data Library Version: 1.6.1 (as confirmed by rd.__version__) Python Version: Python 3.8 (from the traceback /opt/conda/lib/python3.8/) Problem Description: The standard session management functions…
It looks like you're new here. Sign in or register to get started.