get_company_energy_management
Retrieve energy management data for listed companies using stock codes to analyze corporate sustainability and environmental performance.
Instructions
Obtain energy 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"
}