get_company_climate_management
Retrieve climate management information for listed companies using stock codes to assess environmental practices and sustainability reporting.
Instructions
Obtain climate-related management information for a listed company based on its stock code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |
Input Schema (JSON Schema)
{
"properties": {
"code": {
"title": "Code",
"type": "string"
}
},
"required": [
"code"
],
"type": "object"
}