Skip to main content
GET
/
v1
/
stock
/
esg
Company ESG
curl --request GET \
  --url https://api.aries.com/v1/stock/esg \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "adultContent": false,
    "alcoholic": false,
    "animalTesting": false,
    "antitrust": "14",
    "asianEmployeePercentage": 33.22,
    "asianManagementPercentage": 34.95,
    "blackEmployeePercentage": 8.1,
    "blackManagementPercentage": 3.4,
    "carbonReductionPolicy": "True",
    "catholic": true,
    "co2EmissionScope1": 55200,
    "co2EmissionScope2": 1224500,
    "co2EmissionScope3": 15070900,
    "co2EmissionTotal": 1279700,
    "coalEnergy": false,
    "ecofriendlyPackaging": true,
    "environmentalReporting": true,
    "firearms": false,
    "fuelEfficiencyConsumption": false,
    "gambling": false,
    "gmo": false,
    "hazardousSubstances": true,
    "hispanicLatinoEmployeePercentage": 14.27,
    "hispanicLatinoManagementPercentage": 7.55,
    "humanRightsPolicy": true,
    "militaryContract": false,
    "nuclear": false,
    "pesticides": null,
    "recallPolicySafety": false,
    "recyclingPolicy": true,
    "stakeholderEngagement": true,
    "tobacco": false,
    "totalWomenPercentage": 35,
    "waterEfficiencyConsumption": true,
    "whiteEmployeePercentage": 40.54,
    "whiteManagementPercentage": 51.31,
    "workplaceHealthSafety": true
  },
  "environmentScore": 61.893806,
  "governanceScore": 87.10112,
  "socialScore": 61.788643,
  "symbol": "AAPL",
  "totalESGScore": 70.26119
}

Query parameters

ParameterTypeRequiredDescription
symbolstringYesStock ticker symbol (e.g. AAPL).

Response

Success returns 200 OK with a JSON object containing ESG scores and related indicators (e.g. environment, social, governance, total score). Errors: 400 when symbol is missing, 401 unauthorized, 404 when no data found, 500 server error.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

symbol
string
required

Stock ticker symbol

Response

Successful response

data
object

ESG indicators and attributes (adultContent, alcoholic, animalTesting, antitrust, carbonReductionPolicy, co2EmissionScope1/2/3/Total, employee percentages, policies, etc.)

environmentScore
number
governanceScore
number
socialScore
number
symbol
string
totalESGScore
number