-
Dataset creation help needed
I am trying to create a dataset of the top 500 financial institutions in France that includes annual revenues between 2018-2023, assets under management for 2018-2023, firm type, and ESG information (including sustainability reports for 2018-2023 if possible!). Any guidance or ideas would be appreciated, thanks!
-
Data Item Browser copy items and description
I just started using the Python API, now I want to run my model with different functions. I noticed the Data Item Browser, which is perfect. Unfortunately I can't copy the function names or the function description. I would need both, is there any other solution?
-
What are market release cycles for Equities and Futures on Datastream
Can I get access to some docs on what the market release cycles for equity and future data (pricing mainly) on Datastream
-
Stock price data
Hi guys, I have the following problem. I have about 1000 M&A deals from the M&A Deal Screener. I want to download the daily adjusted stock price data for a long period like 16 years. Which way would you guys advise me to use. I was thinking of using the PermID and Excel Datastream but im not quite sure if it can handle…
-
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…