Good afternoon, I am currently using LSEG's Python code to run some tools for the team. Every time I create an instance of DataClient, I do get the following message in my terminal:<DatastreamPy.DS_Response.DataClient object at 0x0000014CDB464610> Is it possible to remove it? Kind regards, Igor
addpkg('DatastreamDSWS2R', '1.9.7') library("DatastreamDSWS2R") options(Datastream.Username = " ZXXX000") options(Datastream.Password = " PASSWORD123") mydsws <- dsws$new() Error in rjson::fromJSON(myTokenResponse) : no data to parse
Hi I have question about the Datastream codes. Are these codes recycled when a company becomes delisted, or does the code stay with a company forever? Thanks.
Dears, I want to download financial and accounting data from Datastream using python. The data includes many variables and for many years. That is what called Panel data. The question is, how can I get the variables like total assets (WC02999) and sales (WC01001) for all firms like in the FTSE350 (UK) from 2010 to 2023. I…
I have a data frame that has decode and RIC. How can we use them to convert to I/B/E/S code so I can use it for further processing. Thanks
Hi, I've just noticed that for BHP and RIO, the Target Mean Price returned by both DSWS and Eikon are vastly different. Other stocks we've checked are the same. (Eikon - TR.PriceTargetMean, DSWS - PTMN). Screenshot with yellow shows the data returned by Eikon. Why is there such a big difference?
Hi I am trying to find the Daily prices for system price in Nordic Power market (POWNOORD), but only weekly is shown in the overview section, in the graph with name "Hydro Balance, System Price and SRMC COAL". Want the Day ahead prices from 2014 to 2024. Any help I can get with this?
Hi, How do I mimic the Eikon TR.RecMedianLabel in Datastream using the RECMED value? In Eikon, the logic used to determine the label is as per below: In Datastream the logic used to determine the label: Therefore, if DSWS returns a value of 4 for the field RECMED, based on the above translation, the label would be “UPRF”.…
I'm working on an assginment that need index constituents' dscode for future references, by far I only found that we need to use datastream web service api to retrieve the dscodes of companies. I'm wondering if we can use the new LSEG data library in python to get it?
Hi all, I have a client who is using desktop DSWS and is trying to use the code ds.get_data(tickers='STATS', fields=['DS.USERSTATS'], kind=0) to view his user stats. Unfortunately this doesn't work for him : Exception Traceback (most recent call last) Cell In[21], line 1 ----> 1 ds.get_data(tickers='STATS',…
It looks like you're new here. Sign in or register to get started.