Company ESG Score
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
This is the unique ID of a market
This is the unique domain name of a company
Response
Represents the ESG (Environmental, Social, and Governance) scores for the company.
The score reflecting the company’s environmental performance and initiatives.
The score representing the company’s social responsibility performance, including aspects like community involvement, labor practices, and more.
The score denoting the company’s governance practices, such as board structure, shareholder rights, etc.
The direct link to the specific webpage detailing the ESG initiative or relevant content.
The title of the webpage or content being linked to.
A brief description or excerpt from the content of the linked webpage.
The primary ESG category to which the linked content relates.
The secondary ESG category associated with the linked content.
The tertiary ESG category tied to the linked content.
A score indicating the overall sentiment of the linked content, on a scale where higher values signify positive sentiment.
Denotes the source of the content, e.g., “internal” for company-produced content or “external” for news outlet-produced content.
If the article mentions awards given relating to ESG
if the article mentioned certifications related to ESG that the content or company has obtained.
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
}
...
]
}