Jan 7, 2025 10:00 AM - Sanzhi Kobzhan
Image credit: ESG score. understanding ESG score. how to use ESG score
In today's market, sustainable investing is more than just a buzzword—it's a way for investors to align their portfolios with companies that demonstrate responsible practices. That's where an ESG score comes in. ESG stands for Environmental, Social, and Governance—three key areas that capture a company's impact on the world and how well it's managed. Below is a simple guide on what ESG means, why it's useful, and how you can leverage two handy APIs from Financial Modeling Prep to bring ESG insights into your trade ideas.
- Environmental: Measures things like carbon emissions, energy consumption, waste management, and resource use.
- Social: Includes labor practices, community relationships, product safety, and customer data privacy.
- Governance: Covers board diversity, shareholder rights, executive compensation, and transparency.
By reviewing ESG factors, investors can get a broader view of a company's resilience, ethics, and potential long-term performance.
1. Risk Management: A company with poor environmental practices could face regulatory fines or reputational damage, which might hurt long-term returns.
2. Competitive Edge: Strong social and governance policies can help attract better talent and foster innovation.
3. Investor Sentiment: Many institutional and retail investors now prefer companies that score well on ESG, as they see sustainability as a path to stable growth.
An ESG score is a quick way to gauge a company's “health” beyond traditional financial metrics. It can be especially useful for shaping future-focused trade ideas.
To integrate ESG data into your analysis, you can use Financial Modeling Prep's APIs. Two useful endpoints are:
Purpose: Look up a specific company's latest ESG scores and see how they have changed over time.
1. Get an API Key
- Sign up at Financial Modeling Prep to obtain your unique API key.
2. Build the Request
- Sample endpoint (replace API_KEY
and AAPL
with your own values):
https://financialmodelingprep.com/stable/esg-disclosures?symbol=AAPL&apikey=API_KEY
3. Read the JSON Response
- You'll typically see data like:
[{
"date": "2024-09-28",
"acceptedDate": "2024-11-01",
"symbol": "AAPL",
"environmentalScore": 68.47,
"socialScore": 47.02,
"governanceScore": 60.8,
"ESGScore": 58.76,
"url": "https://..."
},
...]
- environmentalScore: How well the company handles energy, emissions, etc.
- socialScore: Reflects labor policies, diversity, customer data protection.
- governanceScore: Measures board structure, transparency, shareholder rights.
- ESGScore: The overall rating for the company, combining all three pillars.
Purpose: Compare a company's ESG performance to its industry peers or broader sector averages.
1. Endpoint (again, replace API_KEY
with your key):
https://financialmodelingprep.com/stable/esg-benchmark?apikey=API_KEY
2. JSON Response:
[ {
"fiscalYear": 2023,
"sector": "APPAREL RETAIL",
"environmentalScore": 61.36,
"socialScore": 67.44,
"governanceScore": 68.1,
"ESGScore": 65.63
},
...]
3. Use Case: If your chosen company operates in “SCIENTIFIC & TECHNICAL INSTRUMENTS” or “TELECOMMUNICATIONS SERVICES,” compare its scores to the sector's environmentalScore, socialScore, governanceScore, and overall ESGScore.
1. Pick a Company: Let's say you're interested in Apple. Fetch its ESG score from the ESG Search API.
2. Benchmark: Check the relevant sector data from the ESG Benchmark API.
3. Spot Insights:
- Outperformance: If Apple's environmentalScore is higher than the sector average, it suggests it might be more eco-friendly than peers—potentially a plus for environmentally focused investors.
- Underperformance: If the company's socialScore lags behind, you may want to investigate potential controversies or labor issues before making an investment decision.
4. Formulate Trade Ideas: Use your findings to develop trade ideas—whether to buy, hold, or sell based on a company's ESG profile and how it compares to industry norms.
Incorporating an ESG score into your analysis can offer a fuller picture of a company's long-term prospects. By combining the ESG Search API (for company-level data) and the ESG Benchmark API (for sector-level comparisons), you can sharpen your trade ideas and align your investments with broader sustainability goals. After all, solid ESG performance often goes hand in hand with strong risk management and potential for sustained growth.
May 27, 2024 3:30 PM - Rajnish Katharotiya
In the ever-evolving world of technology, certain sectors have consistently demonstrated exceptional growth and innovation. The graphics processing units (GPUs) industry is one such sector, offering investors a golden opportunity for potentially high returns. In this blog, we'll delve into why inves...
Jun 6, 2024 2:47 AM - Parth Sanghvi
ROE vs. ROA: Which Metric is More Important for Investors? When evaluating a company's financial performance, investors often rely on various metrics to gauge profitability and efficiency. Two commonly discussed metrics are Return on Equity (ROE) and Return on Assets (ROA). Understanding the diff...
Jun 6, 2024 2:57 AM - Parth Sanghvi
When it comes to valuing an investment or a business, two of the most commonly used methods are Discounted Cash Flow (DCF) and Net Present Value (NPV). Both methods are essential tools in finance, but they serve slightly different purposes and are used in different contexts. This guide will explore ...