get_company_board_shareholdings
Retrieve board members' shareholding information for listed companies using stock codes to analyze corporate ownership structures and insider holdings.
Instructions
Obtain board members' shareholding details 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"
}