get_company_investor_communications
Retrieve investor communications data for listed companies using stock codes to access corporate announcements, financial reports, and shareholder updates.
Instructions
Obtain investor communications 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"
}