I want to download SPY ETF last 15 years one minute high frequency data. What should i do?
Hello Team, I have a client with a query as below. I am trying to use the CODEBOOK app (CODEBK) - a development environment for financial coders with a fully hosted cloud-based kernel for Python computations, closely integrated with Refinitiv. I am currently attempting to extract Scope 1 and Scope 2 emissions based on a…
Hi. I am a business school student, and I'm attempting to use Eikon Datastream to create a larger dataset - But i am having trouble selecting a large enough volume of data in my queries. I have access to Eikon and Datastream, and the excel add-in and I am a beginner with all. My access to these is through my school's…
...stock price of companies? I went through the equity segment. I was looking for volatility time series of few companies. then I find it in the price and chart section. There are many volatility measures, like Volatility O-H-L-C, Historical Volatility, Volatility (Chaikin's) etc. I am going to use the data in my study,…
Hi, Is it possible to query DSWS via R using package DatastreamDSWS2R with RICs instead of DS codes as identifiers? I tried the following but it won't work because it requires DS code @AAPL instead of AAPL.OQ. If this is not possible, can you suggest a workaround to get the DS codes from a list of RICs? cheers…
We have a number of jobs that use the Datastream API at the same time. They will each pull data (sometimes the same data) to calculate different models. We will intermittently get a "Read Timed Out" error: ``` requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='product.datastream.com', port=443): Read timed out.…
Hi, how can i quickly transform yfinance ticker symbols to that of refinitiv? For example AAPL, and some other symbols. I notice that not all of your instruments end with ".O" which makes it difficult for me to just write a function to convert yfinance symbols to that of refinitiv
i notice that the TR.PriceClose data is different from yahoo finance's adjusted close price. code is df, err = ek.get_data( instruments = ['MSFT.O'] fields = [ 'TR.PriceClose.date', 'TR.PriceClose' ], parameters = { 'SDate' ... For example for microsoft on 2021-02-12, eikon TR.PriceClose gives 244.990, and for yahoo…
Hi, I have attempted to download daily stock returns for all stocks within the US tech sector, using their ISIN codes downloaded from Eikon's Screener tool, before using Datastream to create a request for daily price change within excel. This has been for between the periods of 2000-2022. Now, I'm worried that some of the…
I'm trying to get the beta value for FTSE All share index members for every month between 2010-2019 in datastream excel. How do I do this?
It looks like you're new here. Sign in or register to get started.