How to download the past 20 years' ESG data for all the firms listed in the USA using Eikon API?

Best Answer
-
Please try the following code.
df, err = ek.get_data("SCREEN(U(IN(Equity(active,public,primary))/*UNV:Public*/), IN(TR.RegCountryCode,""US""), TR.TRESGScore(Period=FY0)>0, CURN=USD)",
["TR.CUSIP","TR.TRESGScore.Date","TR.TRESGScore","TR.EnvironmentPillarScore"],
{'SDate':'0', 'EDate':'-19','Period':'FY0','Frq':'FY'})The output is:
0
Answers
-
hi @econ-eikon5 ,
To get the ESG scores for the firms listed in the USA, you can use the SCREENER app to filter them here's the article on how to use the SCREENER app
import eikon as ek
ek.set_app_key('YOUR EIKON APP KEY')
df, err = ek.get_data("SCREEN(U(IN(Equity(active,public,primary))/*UNV:Public*/), IN(TR.RegCountryCode,""US""), TR.TRESGScore(Period=FY0)>0, CURN=USD)"
,["TR.CommonName","TR.RegistrationCountry","TR.TRESGScore"]
)
dfThen from the result above, use get_symbology function to get CUSIP from RIC
rics = df["Instrument"].to_list() # List of RICs
# get CUSIP from RIC
ric_cusip = ek.get_symbology(rics, from_symbol_type='RIC', to_symbol_type='CUSIP')
ric_cusipI hope this could help
0 -
many thanks for your reply.
It seems only static lastest ESG scores are downloaded, right? How to download the historical time-series of ESG scores for the US stocks? And how to download the date when they recorded. I need the time series of ESG scores, not the static values. Could you please tell me how to modify the code to download the data like the picture shows?
The first column shows the RICs of stocks and the second, third column shows the CUSIP extended and CUSIP identifiers of stocks. The fourth column shows the period End Date (not sure whether it is the date when the ESG scores are recorded). The fifth column shows the ESG values. I need to download the US stocks' ESG for the last 20 years in a final file. Could you please help me to check it?
Thanks.
0 -
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 684 Datastream
- 1.4K DSS
- 615 Eikon COM
- 5.2K Eikon Data APIs
- 10 Electronic Trading
- Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 251 ETA
- 555 WebSocket API
- 37 FX Venues
- 14 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 23 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 275 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 22 RDMS
- 1.9K Refinitiv Data Platform
- 643 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 193 TREP Infrastructure
- 228 TRKD
- 916 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 90 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛