-
CSR Sustainability Reporting Score
What is the methodology behind the CSR Sustainability Reporting Score? Since it is based on a binary variable, how is this score calculated?
-
Datastream "Value": "NA"
Dear team, We have encountered a problem with the following request (from Jan 1, 2025, till today): curl --location 'https://product.datastream.com/DSWSClient/V1/DSService.svc/rest/GetData' \ --header 'Content-Type: application/json' \ --data-raw '{ "DataRequest": { "DataTypes": [ { "Properties": null, "Value": "368E" } ],…
-
Retrieving Exchange Rate (middle unpadded) via Python API for Symbol ARGPES$
We are trying to retrieve Exchange Rate data (middle unpadded) through the Refinitiv Python API for the Symbol ARGPES$. While I can successfully access this data in Excel using the formula ARGPES$(ER#S), I am unable to replicate this in the Python API. Specifically: Symbol: ARGPES$ Field needed: Exchange Rate, middle…
-
DSWS API returns invalid data
Hi, When I execute the following via the DSWS API I receive the following data: ds.get_data(tickers = '8857RL', fields = ['DSCD','ENAME','ISIN','RIC','T1C','LEI',] ,kind = 0) When I use the same DSCD in the web portal, the ISIN is correct. When I try to search the web portal for the ISIN returned by the API, I receive no…
-
Currency of sovereign CDS
I found there are different currencies options for a sovereign CDS when downloading via Eikon. For instance, the US government 5Y CDS, i.e., USGV5Y**AC=R with ** stand for the currency. This CDS can be quoted by USD, GBP or EUR. But what does it mean with quoted by different currencies, and what are exactly the difference…
-
Is there a Datatype for insitutional ownership % in Datastream?
Hi, I could not find any relevant Datatype from datastream that would tell the institutional ownership percentage for stocks, if i understood correctly, from datastream its possible to find individual companies institutional ownership structure, but currently I am working with +400 stocks and going one by one is…
-
How to access Datastream Data Field search navigator for QA users
Hi, As a QA user, one of our clients is accessing DSWS data. However, he needs some sort of data field dictionary/definition reference. Please advise where and how QA users can look up Datastream data field definition, e.g. i advised user to log into but this requires Datastream User ID and password but as a QA user, the…
-
EPS - Refinitiv - datastream excel
I have download some EPS (earnings per share) data for different firms, but in some cases, the firm died, and it continues to gave me values for EPS. Why? And how can I correct this?
-
PTBV is missing to get P/B
I'm trying to get P/B using the API, but I can't get the data even if I request PTBV. Specifically, I'm using DatastreamPy to get the data with the following code: ds.get_data(tickers='J:TYMO', fields=['PTBV'], freq="D", kind=0) I would be grateful if you could tell me how to get the data.
-
Data class output when running code
Good afternoon, I am currently using LSEG's Python code to run some tools for the team. Every time I create an instance of DataClient, I do get the following message in my terminal:<DatastreamPy.DS_Response.DataClient object at 0x0000014CDB464610> Is it possible to remove it? Kind regards, Igor