Hi— I'm updating a timeseries data downloader that worked with the eikon C# .NET API that was deprecated some years ago to work with the new LSEG API.. I'm hitting a problem with data limits that seemed not to be a problem with the earlier C# API. When the number of data points in the LSEG API hits a limit— this results in…
Good afternoon, Establishing connectivity with a Python script to our locally hosted RTDS servers, I am able to connect without issues and request RIC data as session with call such as: ricarray = "MSFT.O" result=rd.get_data( universe=ricarray,) print (result) Result: Instrument PROD_PERM RDNDISPLAY ... ODDTRN_UNS…
Hello! I run the followinf code: df_test = rd.get_data(universe = ['SEK='], fields = ['BID'] ) And get this error message: refinitiv.data._errors.RDError: Error code -1 | Cannot prepare connection OMMStreamConnection name : ThreadOMMSTREAMING_PRICING_0.0 state : StreamCxnState.Disposed subprotocol : tr_json2…
I am doing PhD at ESCP Paris. I want to retrieve ownership data for one of my research. I am using the LSEG data library for Python, following the tutorial on GitHub () However, when running the get_data() method, I got the error message: ScopeError: Insufficient scope for…
Hi there I want to retrieve ownership data for one of my research, I got the error message as follow: ScopeError: Insufficient scope for key=/data/ownership/v1/views/consolidated/breakdown, method=GET. Required scopes: {'trapi.data.ownership.basic'} OR {'trapi.data.ownership.adv'} OR {'trapi.demo-access'} Available scopes:…
Can you please check why I’m unable to pull price index/PUTCAL_RTO in Code Creator or Phyton? This field is working in Datastream Excel and in Workspace Eikon but not in Phyton/CodeBook. import refinitiv.data as rdrd.open_session()df =…
am trying to use the codebook to download in excel loans data from the screener. I am using the following code: import refinitiv.data as rd from refinitiv.data.discovery import Screener rd.open_session() loans = Screener('U(IN(DEALS)/*UNV:DEALSLOAN*/), BETWEEN(TR.LNTrancheClosingDate,20240301,20240302)/*dt:Date*/,…
GIT Repository Link: Example.DataLibrary.Python/Examples/1-Access/EX-1.01.01-GetData.ipynb at lseg-data-examples · LSEG-API-Samples/Example.DataLibrary.Python · GitHub Hi I am unble to test the example provided and return any data. Some functions that are working but I'm only receivng empty dataframes. Please see images…
The LSEG historical pricing API (via either lseg.data.content.historical_pricing or lseg.data.get_history) appears to request all securities at once. This means that for large universes we are prone to generate 429 errors, since the backend is rate limited. It does not appear that the API has any handling for this nor any…
Hi, I'm trying to run one of the scripts I found in your GIT Repository, along with the configuration file. However, I am running into the following error: """ You open a platform session using the default value of the signon_control parameter (signon_control=True). In future library version v2.0, this default will be…
It looks like you're new here. Sign in or register to get started.