get_stock_daily_trading
Retrieve daily trading data for Taiwan Stock Exchange listed companies using stock codes to access current market information and trading statistics.
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"
}