How to get ESG data for funds?
The case in the above screenshot uses a RIC for a fund which has ESG data on the Workspace. Unfortunately, when we try to read this into Python it does not return anything.
The example case is MSFT.O and this loads the ESG data successfully. How would we do the same for Funds?
One of the funds we are looking into is:
Name: MSIF Calvert Sustainable Climate Al Fd I USD Acc
ISIN: LU2459593203
RIC: LP68706140
Best Answer
-
Hi @JoanneCamille.Andes , The fund level ESG data should be obtained vi the RDP Funds API service. Below is the REST query followed by the response object using your sample fund:
https://api.refinitiv.com/data/funds/v1/assets?symbols=68706140&properties=esg
{
"assets": [
{
"id": "68706140",
"esg": [
{
"date": "2023-04-30",
"items": [
{
"type": {
"id": "56300",
"code": "ESGSC",
"name": "ESG Score"
},
"value": 74.93446704
},
{
"type": {
"id": "56301",
"code": "SGCvrgcnt",
"name": "ESG Coverage count"
},
"value": 181.0
},
{
"type": {
"id": "56303",
"code": "NEVIRPS",
"name": "Environment Pillar Score"
},
"value": 71.57303343
},
{
"type": {
"id": "56304",
"code": "RsrcsScr",
"name": "Resource Use Score"
},
"value": 83.31939405
},
{
"type": {
"id": "56305",
"code": "mssnsScr",
"name": "Emissions Score"
},
"value": 83.85738209
},
{
"type": {
"id": "56306",
"code": "nvrnmntlnnvt",
"name": "Environmental Innovation Score"
},
"value": 50.15628497
},
{
"type": {
"id": "56307",
"code": "SclPllrScr",
"name": "Social Pillar Score"
},
"value": 78.59254951
},
{
"type": {
"id": "56308",
"code": "WrkfrcScr",
"name": "Workforce Score"
},
"value": 86.10246983
},
{
"type": {
"id": "56309",
"code": "HmnRghtsScr",
"name": "Human Rights Score"
},
"value": 72.11364571
},
{
"type": {
"id": "56310",
"code": "CmmntyScr",
"name": "Community Score"
},
"value": 85.32069502
},
{
"type": {
"id": "56311",
"code": "PrdctRspnsbl",
"name": "Product Responsibility Score"
},
"value": 68.06029526
},
{
"type": {
"id": "56312",
"code": "GvrnncPllrSc",
"name": "Governance Pillar Score"
},
"value": 71.97565321
},
{
"type": {
"id": "56313",
"code": "MngmntScr",
"name": "Management Score"
},
"value": 73.30162409
},
{
"type": {
"id": "56314",
"code": "ShrhldrsScr",
"name": "Shareholders Score"
},
"value": 62.14942685
},
{
"type": {
"id": "56315",
"code": "CSRStrtgyScr",
"name": "CSR Strategy Score"
},
"value": 80.08513839
},
{
"type": {
"id": "56316",
"code": "SGCmbndScr",
"name": "ESG Combined Score"
},
"value": 64.38114823
},
{
"type": {
"id": "56317",
"code": "SGCntrvrssSc",
"name": "ESG Controversies Score"
},
"value": 68.02088332
},
{
"type": {
"id": "56302",
"code": "SGCvrgVl",
"name": "ESG Coverage % Value"
},
"value": 99.50885024
}
]
}
]
}
],
"totalRecords": 1,
"fromIndex": 0,
"toIndex": 0,
"pageNumber": 0
}0
Answers
-
@bob.lee,Hi
Does this mean that in order to access the code above, client would need access to REST API?
If yes, is this a feature (REST API) available within the TRTH product?0 -
@irving.deauna , The RDP Funds API is providing the service only via the REST API. It is part of the RDP services, so I do not think it is available within TRTH product.
0 -
Hi @bob.lee,
Thank you. Per client's reply:
"Does EY have access to the REST API? We are still trying to extract fund information and I believe that the REST API is required for this?"
That being said, is there a way for us to check if client has access to RDP REST API?
User is: tom.chatt@uk.ey.com
Account Name: EY Global Services Limited0
Categories
- All Categories
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 33 Data Model Discovery
- 682 Datastream
- 1.4K DSS
- 613 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
- 248 ETA
- 552 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.8K Refinitiv Data Platform
- 625 Refinitiv Data Platform Libraries
- 5 LSEG Due Diligence
- 1 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
- 26 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 191 TREP Infrastructure
- 228 TRKD
- 915 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 83 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛