Hi team, may I know how to fetch Green Revenue data of FTSE from DSWS? For example giving ric of 000001.SZ, how to get the green revenue data fields? Thank you.
I am trying to get timeseries data from Datastream code 553E. I was able to get it from Excel using the the Refinitiv Datastream Excel plugin, but was unable to get the same data using the Datastream python API (using the same code 553E). What is the correct format of the ds.get_data() command to get data code 553E for…
I'm doing a research on Taiwan market and retrieved earning surprise data from DataStream. for example, I collected quarterly earing surprise announcement dates (EPSISURDTE) and quarterly EPS surprise score (EPSISURSUE), I find EPSISURDTE is different from quarterly earnings announcement dates on TWSE. What is the…
Hey there, I am using the Datastream API in Python and I am tyring to retrieve historical end-of-month prices for all constituents of the Euro Stoxx 50 index in the selected period. The problem here is that the constituents have changed over the years so my initial thought was to create a dictionary first that delivers the…
Hi team, a few questions regarding DSWS: 1. Which python package is the official and will be continue supported one, DatastreamDSWS or pydatastream? 2. I tried (DatastreamDSWS) df = ds.get_data(tickers='VOD,BARC', fields=['PH','PL'], start= '-2D', retName = True) but got error below: TypeError: get_data() got an unexpected…
...d in Hi I am trying to use Datastream excel add in to download Russell 3000 constituents for a particular month and year through a table using the mnemonic LFRUSS3L followed by the two digit month and two digit year (e.g.: LFRUSS3L0105). I also used the other variations that are available for the annual lists (e.g.:…
Hello, We are having truble connecting to refinitiv datastream. Sudendly the connection broke, sometimes the connection works ramdonly for a few minutes and then drops. Most of the time we can not connect to the websocket. The system have been working correctly for 4-5 months now and no changes have been made, so we asume…
Hi, I am trying to download historical P/B and market value data for STOXX Europe 600 constituents via PyDSWS. data = ds.get_data("LDJSTOXX0301",['ISIN',"NAME",'P',"WTIDX","PTBV",'MV',"SDN#(LN#(X/LAG#(X,1M)),36M)"],''2001-03-30") this query returns 48 NAs for PTBV I have 3 questions 1) is it save to assume that only…
Hi, I'm using the .net API for DSWS I want to retrieve the last available value and date from a time series for a date range. Is it possible to pass in a variable for DSDateFrequency ? DSDataRequest reqDSRequest = new DSDataRequest() { Instrument = new DSInstrument("VOD"), DataTypes = new DSDataTypes("P"), Date = new…
...es. however, the report shows the name of the companies and not the ISINs. I would like to replace the company names with the original ISINs in my sample Hello I am using Datastream on excel. I have a list of ISINs and need to generate certain variables. however, the report shows the name of the companies and not the…
It looks like you're new here. Sign in or register to get started.