With the code below: df_chunk = fundamental_and_reference.Definition( universe= tickers, fields = ['TR.CLOSEPRICE.date','TR.CLOSEPRICE','TR.Volume'], params = {"SDate": 0, "EDate": -756, "FRQ": "d"}) why is it raising error? Error processing chunk 1: Definition.__init__() got an unexpected keyword argument 'params'
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…
Hello, I am trying to set up a Pricing Stream in our app but I am getting a StreamDisconnected msg "Message": "Unable to connect to the remote server", "Endpoint": "ws://localhost:/api/rdp/streaming/pricing/v1/Websocket" But when I use the example projects for pricing stream. It works well. The endpoint looks a little…
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?
It looks like you're new here. Sign in or register to get started.