Hi, i am running the following code ds.get_data(tickers='<.HSI>', fields=['PI','PE'], kind=0) i keep getting ds is not defined error. no issues if i use ek. but i want to pull data from ds Thank you
Hello, given the following code: # Initializations df_daily = pd.DataFrame() # Set Start and End Dates with the following format "yyyy-mm-dd" StartDate = "1969-12-31" #Set start date EndDate = "2023-04-11" #Set end date Tickers =…
...vc GetDataBundle Some of the date is missing data when running Rest API for History data from datastream.com/dswsclient/V1/DSService.svc GetDataBundle for example i am not getting WC08631A (Net Sales/Revenues 1 Year Annual Growth) data for for ISIN US02079K1079 (GOOGL) Example for the Body I am using - maybe something…
We are using the datastream web api in a production GKE environment. We are getting intermittent SSL Errors. /dswsclient/V1/DSService.svc/rest/GetDataBundle (Caused by SSLError(CertificateError("hostname 'product.datastream.com' doesn't match 'datastreamwide.refinitiv.com'"))) This seems like a refinitiv…
Hi, I am trying to download dividend frequency for all stocks on stockholm stock exchange and can't find any datatype that fits my requirements. I'm using excel on HP in excel using the time series request.
Using Codebook, How do we map the names/tickers in the result below? It only shows Instrument number: # get constituent list df1 = ds.get_data(tickers='LS&PCOMP|L', fields=['P'], kind=0) # get a subset of first 50 instruments #slist = ','.join(df1['Instrument'].tolist()[0:50]) # get timeseries data for it df2 =…
I want to get the name of datatype following datastreamDSWS help but in vain. My code: ds.get_data(tickers='@AAPL';, fields='WC08311',retname=True) Error message: The argument shall be there I suppose. Can you please advise alternative way if available?
Hello, when requesting a series in Datastream Rest without a field, how to determine the field being returned? I.e. requesting TRECLYA with no field is the same, as RY, but how to know, when requesting without a field which field is returned. How to request a field, where the Datastream Frontend says "None" as field? I.e.…
Hi, I am no anymore able to download data via DSWS API in Python. A few days ago everything worked properly, but suddenly is not working anymore. Please see below my request and the error that I got. I have already checked my credentials here and everything seems okay. import DatastreamDSWS as DSWS # set datastream…
import DatastreamPy as dsws ds=dsws.Datastream(username='****',password='****') d = ds.get_data (tickers='BARC', fields=['P'], start='2018-01-01', end='2023-03-01', freq='W') How can I retrieve price data from "d". I intend to store it in database but am not able to access data. d returns None
It looks like you're new here. Sign in or register to get started.