get_stock_monthly_trading
Retrieve monthly trading data for Taiwan-listed companies using stock codes to analyze market performance and trading patterns.
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"
}