GET
/
dev
/
markets
/
{market_id}
/
companies
/
{domain}
/
esg
Authorization
Path
curl --request GET \
  --url https://o2iren52nf.execute-api.eu-west-2.amazonaws.com/dev/markets/{market_id}/companies/{domain}/esg \
  --header 'x-api-key: <x-api-key>'
{
  "esg_scores": {
    "Environment": 19.71,
    "Social": 20.47,
    "Governance": 26.33
  },
  "results": [
    {
      "URL": "https://www.oracle.com/it-infrastructure/take-back-and-recycling/",
      "title": "Hardware Take Back and Recycling | Oracle",
      "snippet": "Confidence and security in excess hardware returns and recycling. Oracle manages excess and end-of-life electronic equipment based on a Reuse, Recover, Recycle ...",
      "esg_category_1": "Product Design And Lifecycle Management",
      "esg_category_2": "Waste And Hazardous Materials Management",
      "esg_category_3": "Energy Management",
      "sentiment_score": 3.94,
      "source": "internal",
      "awards": 0,
      "certifications": 0
    },
    {
      "URL": "https://www.oracle.com/a/ocom/docs/take-back-terms.pdf",
      "title": "Oracle Take Back and Recycling Programs - Web Terms",
      "snippet": "1.2 “E-Waste” refers to disposing of retired and decommissioned Oracle-branded hardware intended for recycling. 1.3 “Used-EE” refers to potential reuse of Your ...",
      "esg_category_1": "Waste And Hazardous Materials Management",
      "esg_category_2": "Product Design And Lifecycle Management",
      "esg_category_3": "Water And Wastewater Management",
      "sentiment_score": -0.79,
      "source": "internal",
      "awards": 0,
      "certifications": 0
    }
    ...
  ]
}

Path

market_id
string

This is the unique ID of a market

domain
string

This is the unique domain name of a company

Response

esg_scores
JSON

Represents the ESG (Environmental, Social, and Governance) scores for the company.

Environment
number

The score reflecting the company’s environmental performance and initiatives.

Social
number

The score representing the company’s social responsibility performance, including aspects like community involvement, labor practices, and more.

Governance
number

The score denoting the company’s governance practices, such as board structure, shareholder rights, etc.

URL
string

The direct link to the specific webpage detailing the ESG initiative or relevant content.

title
string

The title of the webpage or content being linked to.

snippet
string

A brief description or excerpt from the content of the linked webpage.

esg_category_1
string

The primary ESG category to which the linked content relates.

esg_category_2
string

The secondary ESG category associated with the linked content.

esg_category_3
string

The tertiary ESG category tied to the linked content.

sentiment_score
number

A score indicating the overall sentiment of the linked content, on a scale where higher values signify positive sentiment.

source
string

Denotes the source of the content, e.g., “internal” for company-produced content or “external” for news outlet-produced content.

awards
number

If the article mentions awards given relating to ESG

certifications
number

if the article mentioned certifications related to ESG that the content or company has obtained.