get_stock_daily_trading
Retrieve daily trading data for a specific stock using its stock code via the TWSE MCP Server. This tool provides essential trading information for listed companies efficiently and accurately.
Instructions
Obtain daily 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"
}