get_stock_daily_trading
Retrieve daily stock trading data from the Taiwan Stock Exchange by entering a stock code. Get trading volume, price changes, opening/closing prices, and transaction details for analysis.
Instructions
Obtain daily trading information for a listed company stock based on its stock code.
Returns information including:
Date: Trading date (ROC calendar YYYMMDD)
Code: Stock code
Name: Stock name
TradeVolume: Trade volume (in shares)
TradeValue: Trade value (in TWD)
OpeningPrice: Opening price
HighestPrice: Highest price
LowestPrice: Lowest price
ClosingPrice: Closing price
Change: Price change
Transaction: Transaction count
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |