get_stock_yearly_trading
Retrieve yearly trading data for a specific stock using its unique code to analyze performance and trends. Powered by the TWSE MCP Server.
Instructions
Obtain yearly trading information for a listed company stock 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"
}