get_esg_scores
Retrieve ESG (Environmental, Social, Governance) scores for companies in the Spanish stock exchange to assess sustainability performance and investment risks.
Instructions
Get ESG (Environmental, Social, Governance) scores
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | No | Optional: Company ID to filter by |
Input Schema (JSON Schema)
{
"properties": {
"companyId": {
"description": "Optional: Company ID to filter by",
"type": "string"
}
},
"type": "object"
}