Is there a way to map from a given corporate bond identifier to its issuer parent equity ticker? Really struggling to find any thing that works here. If I have a Bond ISIN how can I from that get to its Issuer/Parent as I then I want to screen on its company financials. Thank You!
I am looking for constituent of FTSE All share index for every month between years 2010 and 2019. Im using datastream on excel. Where can I find such a list?
Hi, I am doing research on Swedish options markets and I am using Datastream to fetch historical options data. However, I am fairly new with Eikon, and I was wondering what kind of assumptions are made for example with OMX Stockholm 30 Index 100% Moneyness and OMX Stockholm 30 Index Delta ATM continuous series, and from…
Hello. I need data for the last 5 years for these variables: CDS, Stock Volatility, Stock Return, Market Capitalization. I was wondering if you could help me how I can find them in EIKON and use them in Excel? I can find them for this year but not for the last 5 years. Thank you in advance.
Hi Team, I have a client who is new to DSWS. He is using the below request and wants just one datapoint for each month. Instead he is retrieving the data at a daily frequency (see code and output below). This is economics data (GDP) which is published quarterly. I have run the same request but I get the data back quarterly…
I was looking for the DSWS equivalent to of this excel addin formula: =@DSGRD("IN:REL","WC09302","-1d","","D","RowHeader=true;ColHeader=true;DispSeriesDescription=false;YearlyTSFormat=false;QuarterlyTSFormat=false","") Appreciate your help.
I am trying to request several bundles of data through pythons Datastreamdsws module, the first request processes perfectly, but when I iterate for the second and subsequent try it fails with the following error. get_bundle_data : Exception Occured (<class 'TypeError'>, TypeError("argument of type 'NoneType' is not…
I’ve got an issue where I can’t return these DataStream datapoints for changed Sedols (due to corporate actions), could you help? So, for example, RBS.L (sedol B7T7721) was a ticker on the LondonStockExchange, but around 21/Jul/2020 I it changed to NWG.L (sedol BM8PJY7) When I run the DataStream with the old sedol for a…
Hi, how can I get a list of all stocks in an exchange (e.g. NYSE) via R DSWS API (even better if via R package DatastreamDSWS2R). What I am trying to get is the something analogous to what one would get via DFO's Navigator, pulling a list of stocks in an exchange, with a given set of filters (e.g. active, major, geographic…
hi, how can I check quota usage using R package DatastreamDSWS? I tried the following but I get NA mydsws <- dsws$new() myData <- mydsws$snapshotRequest(instrument = c("STATS"), datatype = c("DS.USERSTATS"), requestDate = "0D") thanks
It looks like you're new here. Sign in or register to get started.