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 mateus.s · Mar 21, 2019 at 03:49 AM · eikondatastream-apidsws-apitime-seriesesg

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

I am making a school Project and trying to make a correlation analysis of US companies returns and ESG individual metrics (by individual metrics I mean Enviromental Pillar Score, Social and Govermental). I need help on to select all US instruments or return them using TR. I am currently using this: =TR("SCREEN(U(IN(Equity(active;public;primary))*UNV:Public*/);IN(TR.RegCountryCode;""US"");CURN=USD)";"TR.CommonName";"curn=USD RH=In CH=Fd") The returns and Market value I collected through datastream and referenced the list of RIC returned by te formula above. My main issue is to extract the each individual pillar score using the TR function, but I can´t manage to add a period of time to it. The output is always the last available score for the instrument. Any ideas to return the pillar scores?

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.

9 Replies

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by Teodora Nicole.Stelea_deprecated_0 · Mar 26, 2019 at 07:43 PM

Something along the line:

=TR("SCREEN(U(IN(Equity(active,public,primary))/*UNV:Public*/), IN(TR.RegCountryCode,""US""), CURN=USD)","TR.CommonName;TR.HeadquartersCountry;TR.CompanyMarketCap;/*MultiOutp ut:Begin*/TR.EnvironmentPillarScore(SDate="&"0,EDate=-16,Period=FY0,Frq=FY).fperiod;TR.EnvironmentPillarScore(SDate=0,EDate=-16,Period=FY0,Frq=FY)/*MultiOutput*/;TR.SocialPillarScore(SDate=0,EDate=-16,Period=FY0,Frq=FY);TR.GovernancePillarScore(SDate=0,EDate=-16,Period=FY0,Frq=FY)","curn=USD RH"&"=In CH=Fd;CalcDate;rfperiod")

We currently cover US companies included in S&P500, NASDAQ 100, Russell 1000 and Russell 2000. If you need more info on our ESG data, let me know!

Comment
mateus.s

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
REFINITIV
Answer by Teodora Nicole.Stelea_deprecated_0 · Mar 21, 2019 at 08:01 AM

This is an Eikon API question. Something like:

ESG_data, err1 = ek.get_data('FB.O;VOD.L','TR.EnvironmentPillarScore(SDate=0,EDate=-16,Frq=FY).fperiod;TR.EnvironmentPillarScore(SDate=0,EDate=-16,Frq=FY).value;TR.SocialPillarScore(SDate=0,EDate=-16,Frq=FY).value;TR.GovernancePillarScore(SDate=0,EDate=-16,Frq=FY).value') print(ESG_data)

should give you the data.

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 mateus.s · Mar 21, 2019 at 03:18 PM

I am limited to excel or r.
Is the data retrivable through datastream or tr function? I tried it, but I can´t seem to be able to add a time period.

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 Teodora Nicole.Stelea_deprecated_0 · Mar 21, 2019 at 07:07 PM

Here you go, same principle more or less: =TR("FB.O;VOD.L","TR.EnvironmentPillarScore.fperiod;TR.EnvironmentPillarScore;TR.GovernancePillarScore;TR.SocialPillarScore","Period=FY0 Frq=FY SDate=0 EDate=-16 CH=Fd RH=IN",B2)

In TR --> Formula Builder --> Go to Parameters & Quick Functions and tick Series on --> make sure you have a look at the option Output as well (that is where you get for example the .fperiod from). Hope this helps you!

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 mateus.s · Mar 22, 2019 at 05:00 AM

Hey, Thanks a lot, worked perfectly. However, my universe of stocks is the US market, so all public traded us companies, I am trying a few things to return the ESG pillars for all the US companies, but I can´t manage to include all the companies in this formular.
Do you know the best way to do it?

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 mateus.s · Mar 27, 2019 at 06:33 PM

Hi @Teodora Nicole.Stelea, thank you very much for the answer, I managed to pull the data. However, to complement my model, I will also need the Fama French 4 factors, which are market numbers, common to all companies. i have researched a bit but haven´t been able to find these factors series (monthly premium of the book-to-market factor (HML) the monthly premium of the size factor (SMB), and the monthly premium on winners minus losers (UMD)). Are these factors available in through TR?

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 Teodora Nicole.Stelea_deprecated_0 · Mar 27, 2019 at 07:39 PM

@mateus.s 4 factors that's Carhart. Just checking - but I am sure you had a look at http://mba.tuck.dartmouth.edu/pages/faculty/ken.french/data_library.html already?

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 mateus.s · Apr 06, 2019 at 02:01 PM

Hey @Teodora Nicole.Stelea,

After collecting the data, many companies were missing years of ESg data, is it because the data is not available, or any formula specifications might be limiting the years?

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 arthurnottheking · May 08, 2020 at 10:40 AM

Hello,

Here's a good example how the research team used Thomson Reuters ASSET4 ESG ratings for the analysis of correlation between the company size, available sources for providing ESG data and the sustainability performance of the agency. I'm doing my research project for Wylie East High School course (curated by Collin College professor and mentor).

https://www.researchgate.net/publication/332704958_The_Influence_of_Firm_Size_on_the_ESG_Score_Corporate_Sustainability_Ratings_Under_Review

Authors: Samuel Drempetic, Bernhard Zwergel and Christian Klein
The Influence of Firm Size on the ESG Score: under review writemyessaytoday

___



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.

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 >
7 People are following this question.

Related Questions

Data on Independent Directors with Excel

Multiple Errors, Eikon Datastream add on, please help

How do I get specific funds monthly closing prices for a 5 year time period?

Retrieve Datastream data when we only subscribe to Eikon

Structure Products - Download: Issue Date, Turnover, Strike

  • 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