I use the refinitiv.data? python library which never asks or shows any tokens, so I see no reason to get a token expired error. Posting on behalf of a client. Thanks!
I'm using refinitiv lib in python like this: import refinitiv.data as rd rd.get_data(universe=self._stocks,fields=["TR.HIGHPrice","TR.OPENPrice", "TR.CLOSEPrice","TR.LOWPrice","TR.CLOSEPRICE.DATE","TR.ACCUMULATEDVOLUME", "TR.NUMBEROFBLOCKTRADES","TR.TSVWAP"], parameters={'SDate':self._start.strftime("%Y-%m-%d"),…
I am getting this error when calling ld.news.get_headline lseg.data._errors.LDError: Error code 429 | Too many requests, please try again later. although this was working fine up until yesterday. I have already been waiting for about a day. Could you kindly help me understand what's going on?
Hi community! I am trying to find more information about how best to configure the lseg data library for Python. I am interested in connecting to an AWS endpoint that is closest to my servers. How can I configure this? I am familiar with service discovery, but I cannot seem to find a way to change the configuration of the…
Hi, We have an excel syntax for percent changes. Example: =@RDP.Data("AAPL.O","PERCENT_CHG(TR.FCFMean(Frq=FY SDate=0 EDate=4),wsize=-3)","Frq=FY SDate=0 EDate=4 Period=FY1 CH=Fd RH=IN",H35) How do we code this in Phyton? Regards, Dan Gabriel
I am trying to install lseg-data and/or refinitiv-data into a new python environment. Pip install lseg-data and/or pip install refinitiv-data works fine. The environment is new/clean, and i am ignoring caches. However, when i test the library in pythond as follows (just testing the package, not even at the session start…
is there a way to pull this information through Python or Excel? import lseg.data as ld import pandas as pd ld.open_session() ld.get_data(universe=['C}KV7309950155'],…
Hi, I previously used the Eikon Data API in Python to retrieve historical data for mutual funds and ETFs, including NAV prices. Since this API is being deprecated, I have started working with the LSEG Data Library and successfully opened a session. However, I have not been able to retrieve NAV or similar data for mutual…
I'm using refinitiv data library in python and with a platform session and keep getting this error: An exception occurred: Error code -1 | The read operation timed out . I'd like to know what I did wrong. Full error message: An exception occurred: Error code -1 | The read operation timed out. Code: My complete code does…
Is there a way to see expiry dates for the LME 3M contract for trade dates in the past via API i.e I'd like to find out what the 3M expiry date was when trading on 21 March
It looks like you're new here. Sign in or register to get started.