get_stock_monthly_trading
Retrieve monthly trading data for a specific listed company stock by providing its stock code. Part of the TWSE MCP Server.
Instructions
Obtain monthly 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"
}