Application: AlphaDesk connecting via Refinitiv Data .Net Library using a PlatformSession Issue: Subscribing to the same set of ticker/fields is showing inconsistent behaviour. One of the following 3 scenarios occur (in likelihood order): Streams for pricing are successfully connected and receive refresh/updates The price…
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…
I would like to know how I can get a list of all the RICs/Instruments used and saved in the lseg/refinitiv database? additional: I would like to know how I may retrieve historical data? example: GDP unemployment rate, interest rate, inflation rate, bonds, commodities. Will I be able to pull data dating back 10years? FYI, I…
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 executed this code with the Desktop session, not on Codebook, but on a local Jupyter Notebook. response = ld.content.pricing.Definition( ['EUR=', 'GBP=', 'JPY=', 'CAD='], fields=['BID', 'ASK'] ).get_data() display(response.data.df) result was like bellow access denied. Scopes required to access the resource:…
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*/,…
It looks like you're new here. Sign in or register to get started.