get_stock_data
Retrieve detailed stock information for a specific company listed on the Taiwan Stock Exchange (TWSE) or TPEx by providing the stock code. Access real-time prices, historical data, and company insights.
Instructions
Get detailed information about a specific stock.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
stock_code | Yes |
Input Schema (JSON Schema)
{
"properties": {
"stock_code": {
"title": "Stock Code",
"type": "string"
}
},
"required": [
"stock_code"
],
"title": "get_stock_data_toolArguments",
"type": "object"
}