I was referred to this forum from the Refinitiv helpdesk. I do face an error with $$ER: E100,ACCESS DENIED for a couple of Refinitiv IDs, which I can access just fine in Excel, but not using GitHub - DatastreamDSWS/Datastream: Python API for DSWS with the same login information. The offending IDs are…
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…
It looks like you're new here. Sign in or register to get started.