I have a data frame that has decode and RIC. How can we use them to convert to I/B/E/S code so I can use it for further processing. Thanks
Hi, I've just noticed that for BHP and RIO, the Target Mean Price returned by both DSWS and Eikon are vastly different. Other stocks we've checked are the same. (Eikon - TR.PriceTargetMean, DSWS - PTMN). Screenshot with yellow shows the data returned by Eikon. Why is there such a big difference?
Hi I am trying to find the Daily prices for system price in Nordic Power market (POWNOORD), but only weekly is shown in the overview section, in the graph with name "Hydro Balance, System Price and SRMC COAL". Want the Day ahead prices from 2014 to 2024. Any help I can get with this?
Hi, How do I mimic the Eikon TR.RecMedianLabel in Datastream using the RECMED value? In Eikon, the logic used to determine the label is as per below: In Datastream the logic used to determine the label: Therefore, if DSWS returns a value of 4 for the field RECMED, based on the above translation, the label would be “UPRF”.…
I'm working on an assginment that need index constituents' dscode for future references, by far I only found that we need to use datastream web service api to retrieve the dscodes of companies. I'm wondering if we can use the new LSEG data library in python to get it?
Hi all, I have a client who is using desktop DSWS and is trying to use the code ds.get_data(tickers='STATS', fields=['DS.USERSTATS'], kind=0) to view his user stats. Unfortunately this doesn't work for him : Exception Traceback (most recent call last) Cell In[21], line 1 ----> 1 ds.get_data(tickers='STATS',…
...uested identifiers " When downloading a loan by the PermID I get the error "Unable to resolve all requested identifiers". What can I do? Using Python LSEG I have a two step API approach setup. Initiation: import lseg.data as ld from lseg.data.content import search from lseg.data.content._header_type import HeaderType #…
Hi, I have a fairly heavy task and the LSEG help desk recommended that I put this question here in the dev community. My team and I need to search and download data on equities (outstanding shares, price, dividend yield, etc.) traded on exchanges in 15-20 countries stemming back to the 1970's-present. My gut tells me that…
Hello, We currently obtain the 'On Balance Volume' using expression '058E' in the Excel plug-in. We would prefer to collect this data using the DataStream Python API. However, I cannot work out how to write the request. Using '058E' as the 'field' doesn't work: it fails with an error message. I've also tried using the…
using datastream API, how to get constituents of a stock index list, and then get the financial indicators of the stocks achieved. for example, get the main financial indicators of the companies listed in S&P 500
It looks like you're new here. Sign in or register to get started.