I'm looking at CME futures data and there are two types for S&P500 futures, i.e., EScv1 and ESc1. What is the difference between the two?
How can we find all the contracts that are used to construct the continuous series? Is there a way to automatically generate the tickers for the contracts that are yet to expire? The question is platform and coding language agnostic.
Goodmorning, I'm using DSWS (PyDSWS) through Python in order to get the average rating of an index (es. MLEXPTL) at a specific date with the field code "CRAT". I would like to understand better what type rating is. Is it a second-best rating? Is it a rating calculated by the index provider or by datastream?
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
It looks like you're new here. Sign in or register to get started.