Hi everyone, is there somewhere a complete list of all possible error codes the API can return with an explanation? Examples: $$ER: 0904,NO DATA AVAILABLE or $$ER: E100,INVALID CODE OR EXPRESSION ENTERED Thank you very much for your help!
Hello, I have the code below. import DatastreamPy as dsws import pandas as pd # set up connection def connection_DSWS(): DSWS_username = open("DSWSUsername.txt","r") DSWS_password = open("DSWSPassword.txt","r") ds = dsws.Datastream(username = str(DSWS_username.read()), password = str(DSWS_password.read()))…
I'm not able to find the optimal RICs and the DIB to retrieve TotalReturn1D of the commodity index data traded in USA. Requiring assistance on the same
How can I get the monthly trading volume for FTSE All share index constituents in excel for every month in a year. I'm trying to calculate share turnover which is defined as trading volume/average shares outstanding.
Hello, I'm trying to access Datastream through Python using DatastreamPy and I'm getting the following error: Exception: Invalid Token Value
Hi, I am a Schroders employee. I have a Refinitiv Eikon login, but am told I would need a separate login to obtain data programmatically via Datastream. Could you please provide me with this? Thanks
Can someone help me understand what this DSGRID formulae does - =@DSGRID("AXBK.NS","cya#(x~INR*100,c)",YEAR(Financials!M35),"","","SDateCellRef=true;SuppressComments=true;Sym=RIC","") What is the function of : cya#(x~INR*100,c) ? Is there any documentation for these formulaes?
Hello, I have some problems using Datastream via python. I'm trying to connect to Datastream using the sample code with python code: import DatastreamDSWS as DSWS ds = DSWS.Datastream(username='NN', password='XX') ds.get_data(tickers='VOD', fields='P', kind=0) Using my correct username and password yields: Exception:…
I am searching for a way to make a time series request in Datastream for a list of funds. I am using the ISIN of about 2000 funds and I am trying to retrieve the monthly return index (RI) for every single one. How can I insert the entire list of ISIN numbers in the time series request (in the Series/List box), instead of…
Hello, I am trying to receive TimeSeries data from the Datastream API in Excel VBA under Windows, using the code examples shown in https://product.datastream.com/DswsClient/Docs/AboutRestSvc.aspx . The data comes back as oldest to latest, but I would like to reverse this order (from latest to oldest ). In the Excel DSGRID…
It looks like you're new here. Sign in or register to get started.