Hi All, Can you please advise if there is a glossary of possible Data Point headings in DSWS API, and their respective definitions? For example: P = Price MV = Market Value VO = Primary Exchange Volume Or how best should I search for available Data Points re trading volumes? Thank you in advance for any help!
Hello, is there someone that coud help to feed Datastream data into Backtrader using the following example ? from datetime import datetime import backtrader as bt # Create a subclass of Strategy to define the indicators and logic class SmaCross(bt.Strategy): # list of parameters which are configurable for the strategy…
We are retrieving the news feed universe = NFCP_UBMS but would like to understand the possible field values and there definitions. Can anyone help me ? Attached the list and fields we are receiving at the moment. Is this universe the best/only one to use in case we would like to see all news for now ?
Hi, I want to download data from the DSCHART app (TRI from several global indices) but I cannot figure out how to parametrize the dates to be end of month. I didn't find in the documentation how to do this. Using Dtart=BASE and End:LATEST provides monthly data but is not end of month (as in the screenshot, I get dates such…
Hi, I'm using the .net API for DSWS I want to retrieve the last available value and date from a time series prior to a specific date. For example: DSDataRequest reqDSRequest = new DSDataRequest() { Instrument = new DSInstrument("VOD"), DataTypes = new DSDataTypes("WC07240"), Date = ??? }; Is this possible ? Thanks, Fergal
Hello, is it possible to install Datastream API through Jupyter notebook? or can we install it without using the anaconda prompt? Thank you
How can I pull historical ticker-level closing auction volume in Refinitiv Eikon excel?
We are fetching snapshots of several thousands RIC's using ETA and RSSL_DMT_MARKET_PRICE. In the data retrieved is it possible to determine whether an instument is an ETF or not. For example, this would appear to be an ETF based on DSPLY_NMLL, and there is an IOPV. Does CONTEXT_ID:2633 mean that it is an ETF?…
Hi - I'm using WC07240 (Net Sales), but I have a problem when I set the variable dtAsOfDate to previous business day which gives me NA for my stocks. I want to see the relevant value + date for this item for my stocks - but how can I get this? Date = new DSSnapshotDate(DSDateType.Absolute(dtAsOFDate)
Hello, I would like to get the constituents of the index JPMGCOC. I've tried to add "L" and "|L" but it doesn't work. Could you help me please?
It looks like you're new here. Sign in or register to get started.