Hey People, I am currently on my bachelors thesis and getting myself into Refinitiv. i am trying to retrieve "daily historic spreads" from a selection of bonds. All of them are in the "Latin American" markets e.g. Brazil, Argentina etc... i have major problems with getting any numbers using the excel add in: "Refinitiv…
How do you retrieve 1000 data points including missing ones (i.e. not omit missing ones) in DSWS? Thanks!
I have downloaded the „Excel VBA Sample” (v1.2, 24 Jul 2020) file from the Datastream product website (http://product.datastream.com/DswsClient/Docs/Downloads.aspx). I have made some minor changes on the “DatastreamRequests” tab (shown in red in the screenshot) and clicked on the “Get Data Bundle (REST_POST)” button. The…
I am having troubles getting the ISIN of the Cheapest to Deliver (CTD) linked to a list of futures. I was able to retrieve this datapoint from Datastream for futures on OAT/BTP/Bunds etc, but not for futures on US Treasuries or Japanese Govt Bonds. Here a couple of symbols/RICs which I cannot find: DS SYMBOL RIC JGB09222…
I am using the Datastream API for Python. It returns "NA" values - when I use the "DSGRID" Excel Add-in on the same list of securities, I get the required "SECD" values. My code: securities = ['US0235861004', 'US29362U1043', 'US5393192027', 'US07134L1070', 'CA91702V1013', 'US0008681092', 'US4281031058', 'US16411R2085',…
Hi, So I'm currently trying to get forecasted quarterly EPS that relies on IBES through the datastream formula. I'm a complete rookie when it comes to programming so I have zero idea why I'm getting denied acces. Even through my university network, I still don't get permission. This step is quite crucial for my data…
Hi all, I perform a successful login when try to download data from DSWS but, when I ask for data, results are empty. It's not working since a week ago, and some queries that used to work now don't.This is the way I try to reach the data: df = ds.get_data(tickers=<data_name>, start=<start_date>, end=<end_date>, freq="M")…
Hello, I want to use DataStream DSWS on Python to download yearly figures from Refinitiv, such as the revenue (WC01001) for a list of ISIN codes. Those figures should be obtained for the last 5 fiscal years. Is there a way to retrieve that information using a datatype formula (like it is possible to do with Eikon excel's…
I'm using datastream to get a time series, but I cannot figure out how to get the tenor in the response. The Below Returns me (Instrument, Datatype, Value, Currency, Dates). Ideally I would be able to Extract out a tenor column with values 1M, 3M, 6M, 1Y, 3Y without having to try and break it out of the RIC Code. How can…
Hi. I am using the DFO Request table to get some data from Datastream. This problem suddenly showed up with this statement at destination "Cannot read property 'ExecuteTimeSeriesRequestsResult' of undefined" and no data was retrieved. How can I fix that? Thank you
It looks like you're new here. Sign in or register to get started.