I need to connect my Workspace to Updata via API. This used to be possible with Eikon. Please advise how I can do this with Workspace's API. I mean connecting Updata via API to Workspace so that Updata can receive data programatically from Workspace I know it was possible with Eikon, but changes were made with the…
Our app uses the nuget package LSEG.Data to connect to Workspace and retrieve historical and realtime prices. A customer recently upgraded to a new version of our app alongside the newest Workspace 1.26.602. Since then, they cannot retrieve data anymore from Workspace. The RDP.log file contains a few suspicious entries:…
What are the item codes to use in a python code for data fields Promoter holding, MF holdings, institutional holdings, and their change on quarterly basis?
Why does this data item TR.FundIndexTracking doesn't work on API but works with Workspace Excel? import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = [ 'LP40203779', 'LP40219887' ], fields = [ 'TR.FundDomicile','TR.FundIndexTracking' 'TR.FundLaunchDate' ] ) display(df) Excel formula is working fine.…
I am trying to find an example in codebook examples how I can retrieve the biggest intraday move of an instrument in a timeseries data overview. So put differently what is the code to retrieve this data preferable with a supported event that triggered the move. for ICE Endex TTFA Day ahead and Month ahead 0#TFMBM this is…
Hi Team, we received a query related to python set up and he wanted to have a training on how to navigate in dept the python program. So far what we have done are the following: I've provided the link for the configuration process: LSEG's Refinitiv Data Library for Python and its Configuration Process | Devportal along…
just trying to set-up some code and looking for some help i want historical data for fields like this: df = ld.get_data(universe = ["CAEMPC=ECI"], fields = ['DSPLY_NAME', 'DSPLY_NME2', "RELEVANCE",'CF_DATE', 'VALUE_TS1','ECON_ACT', 'ECON_PRIOR','RTR_POLL', 'FCAST_SEST','FCAST_HIGH',…
Hello, I am trying to retrieve some RICs price tickers from the eikon API like this: import refinitiv.data as rd rd.open_session() eikon_data = rd.get_data( ric_list, fields=['BEST_BID1',…] ) rd.close_session() This returns live data. How can I retrieve this data as of yesterday? Or as of two days ago? I would like to be…
hie, we usually pull the news story id using python via the refinitive API. but recently we have noticed that, we are not able to pull the latest news. for example, if we try to pull data from 12/01/2026 09:00:00 till 12/01/2026 21:00:00, and run the code at 12/01/2026 21:00:00, the latest data we get is only till…
I am trying to access historical bid/ask prices for a list of RICs (bonds). I am querying them in batches of 500 RICs at a time. Some batches return an error code -1 with the message 'headers'. When this occurs, the entire batch is treated as invalid, and none of the observations from that batch are returned. For example,…
It looks like you're new here. Sign in or register to get started.