Get Company ESG
Stock Alternative
Company ESG
Retrieve company ESG (Environmental, Social, Governance) scores for a symbol. Useful for sustainable investing and risk assessment.
Use Case: Display current ESG scores and key indicators on a stock profile or screener.
GET
Get Company ESG
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
symbol | string | Yes | Stock ticker symbol (e.g. AAPL). |
Response
Success returns200 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
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Query Parameters
Stock ticker to query. Send the plain uppercase symbol exactly as you'd type it on a brokerage screen, e.g. AAPL, MSFT.
Example:
"AAPL"