Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • Datastream /
avatar image
Question by Mi.Fischer22 · Sep 03, 2019 at 08:49 AM · datastream-apidsws-apiesgisin

Where can I get the ISIN numbers from all stocks which have an ESG rating?

Hi,
I´m in searach for all stocks which got an ESG Rating from Refinitiv (or formerly Thomson Reuters/Asset4). Basically, I need the ISIN numbers of all of these stocks such that I can download both the respective ESG ratings and further data (like stock prices). Is there a way to get these ISIN numbers, for example via Datastream in the Eikon Excel add in?

People who like this

0 Show 0
Comment
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

4 Replies

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by Alex Putkov.1 · Sep 03, 2019 at 12:15 PM

Use the Screener in Eikon Excel, e.g.

=TR("SCREEN(U(IN(Equity(active,public,primary))/*UNV:Public*/), TR.TRESGScore(Period=FY0)>=0, CURN=USD)","TR.CommonName;TR.TRESGScore(Period=FY0);TR.ISIN","RH=In CH=Fd")
Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
Answer by jonaslar88 · Jan 20, 2020 at 12:18 PM

I am currently searching for the same thing. Where do I insert the link to get the data in excel?

=TR("SCREEN(U(IN(Equity(active,public,primary))/*UNV:Public*/), TR.TRESGScore(Period=FY0)>=0, CURN=USD)","TR.CommonName;TR.TRESGScore(Period=FY0);TR.ISIN","RH=In CH=Fd")

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
REFINITIV
Answer by umer.nalla · Jan 20, 2020 at 12:51 PM

Hi @jonaslar88,

Do you have access to an Eikon installation?

If so, load 'Thomson Reuters Eikon - Microsoft Excel', make sure you are logged in/connected by selecting the Thomson Reuters tab

Once online, paste the above into a cell in your sheet. You should see a 'Retrieving...' message momentarily and then the data should appear across the 4 columns.



Comment
jonaslar88

People who like this

1 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
Answer by jonaslar88 · Jan 20, 2020 at 01:55 PM

I have access to an Eikon installation. Thanks for your help! Is there a way to change the expression to only include companies with ESG rating during a time periode? E.g all stocks which got an ESG Rating from 2010 - 2018

Comment

People who like this

0 Show 4 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
REFINITIV
umer.nalla ♦♦ · Jan 21, 2020 at 03:49 PM 1
Share

Hi @jonaslar88

I am not an Eikon expert but had a play with the Eikon SCREENER app and came up with the two following possibilities - the first uses a series in the filter and the 2nd does not:

=TR("SCREEN(U(IN(Equity(active,public,primary))/*UNV:Public*/), ALL(ZAV(TR.TRESGScore(SDate=0,EDate=-7,Period=FY0,Frq=FY))>0), CURN=USD)","TR.CommonName;TR.TRESGScore(Period=FY0);TR.ISIN","curn=USD RH=In CH=Fd")

OR

=TR("SCREEN(U(IN(Equity(active,public,primary))/*UNV:Public*/), TR.TRESGScore(SDate=2010-01-01,Period=FY0)>0, CURN=USD)","TR.CommonName;TR.TRESGScore(Period=FY0);TR.ISIN","curn=USD RH=In CH=Fd")

Do either of the above meet your requirement?

If not, I recommend you have a play with the SCREENER app yourself in Eikon - see this article for brief intro.

Failing that I would recommend you contact the helpdesk and raise an Eikon ticket to get further assistance.

avatar image
REFINITIV
umer.nalla ♦♦ umer.nalla ♦♦ · Jan 21, 2020 at 05:19 PM 1
Share

Hi @jonaslar88

Another expression - this time returning scores for all eight years

=TR("SCREEN(U(IN(Equity(active,public,primary))/*UNV:Public*/), ALL(ZAV(TR.TRESGScore(SDate=0,EDate=-7,Period=FY0,Frq=FY))>0), CURN=USD)","TR.CommonName;TR.TRESGScore(SDate=0,EDate=-7,Period=FY0,Frq=FY);TR.ISIN","curn=USD RH=In CH=Fd;CalcDa"&"te;rfperiod")


avatar image
jonaslar88 umer.nalla ♦♦ · Jan 21, 2020 at 07:03 PM 0
Share

This was really helpful! Thanks a lot!

avatar image
REFINITIV
umer.nalla ♦♦ umer.nalla ♦♦ · Jan 21, 2020 at 05:09 PM 0
Share

I found some more SCREENER training videos which you may find useful.

Watch this question

Add to watch list
Add to your watch list to receive emailed updates for this question. Too many emails? Change your settings >
9 People are following this question.

Related Questions

Datastream Web Service: how to get a DSCode based on ISIN and Currency

How do I get a ESG Score via DatatStreamDSWS ?

Why DS does not return ISIN, NAME or static data?

Data on Independent Directors with Excel

How to extract ESG Pillar Scores time series with TR function?

  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Electronic Trading
    • Generic FIX
    • Local Bank Node API
    • Trading API
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • Intelligent Tagging
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open Calais
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • RDMS
  • Refinitiv Data Platform
    • Refinitiv Data Platform Libraries
  • Rose's Space
  • Screening
    • Qual-ID API
    • Screening Deployed
    • Screening Online
    • World-Check One
    • World-Check One Zero Footprint
  • Side by Side Integration API
  • TR Knowledge Graph
  • TREP APIs
    • CAT
    • DACS Station
    • Open DACS
    • RFA
    • UPA
  • TREP Infrastructure
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • Workspace SDK
    • Element Framework
    • Grid
  • World-Check Data File
  • 中文论坛
  • Explore
  • Tags
  • Questions
  • Badges