get_company_dividend
Retrieve dividend distribution details for a listed company using its stock code. Simplify investment decisions with accurate payout information from the TWSE MCP Server.
Instructions
Obtain the dividend distribution information of 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"
}