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.
| Parameter | Type | Required | Description |
|---|---|---|---|
symbol | string | Yes | Stock ticker symbol (e.g. AAPL). |
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.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Stock ticker symbol
Successful response