...ing the error message: AttributeError: module 'wincertstore' has no attribute 'CertFile'. Please can you advise? A client is installing DSWS to use in Jupyter with Python. He already has wincertstore installed but is getting the error message: AttributeError: module 'wincertstore' has no attribute 'CertFile'. Please can…
The following code has worked without issue for a long time but as of yesterday quit working: import DatastreamDSWS as DSWS ds = DSWS.Datastream(username = "XXXXX", password = "XXXXX") I'm using Jupyter Notebook and have not made any changes to Python or associated packages. The Eikon API and all other packages are working…
Thank you for your hard work. I'm currently using the Python API for Datastream DSWS, and I'm experiencing a timeout error when calling the Datastream object. I'm posting this question to inquire about the possible causes.
I want to pull time series data for Datastream mnemonics that match a certain criteria. Datastream interface/desktop has categories for time series that allow you to filter your search to the relevant results. For example you can search for all time series that match: Type=Commodities, Country=USA, Activity=Dead,Settlement…
Dear all, Note: I am very new to using Refinitv so bear with me if these questions are very basic. I am currently working with a sample of ISIN codes that I retrieved from Screener in Excel earlier. This was my code: =@TR("SCREEN(U(IN(Equity(active or inactive,public,primary))/*UNV:Public*/),…
Hi, I am trying to run an expression in r using the DatasteamDSWS2R package. I have be able to get a more simple expression working, but for what ever reason the formula supplied is not generating any data. mydsws$timeSeriesRequest( instrument = 'A:BHPX' expression =…
I'm trying to use REGB#(PCH#(CFM#(ASXAORD,VAL),1M),PCH#(CFM#(X,VAL),1M),60M) , but due to char limit, i had to build expression 'E3BT' from below in DSWS. beta_DS = ds.get_data(tickers='<BHP.AX>', fields = ['E3BT'], kind=0) beta_WS, err = ek.get_data(['BHP.AX'], [ 'TR.BetaFiveYear']) print(beta_DS) print(beta_WS) Is there…
Hi, When I want to plot my strategy with BackTrader in CodeBook I have the following error : I just did : Do you know how can I solve it ?
Hello, Today I tried ds.get_data() from DatastreamDSWS package and got the following error: ds.get_data(tickers='VOD', fields='P', kind=0) get_data : Exception Occured (<class 'Exception'>, Exception('Invalid Token Value'), <traceback object at 0x7fd834d87fc0>) None Traceback (most recent call last): File…
I created a new account and I can login via the website but when i try to use my username and password via the function datastreamws on matlab to use data-feeds it says authentication failed
It looks like you're new here. Sign in or register to get started.