get_top_20_volume_stocks
Retrieve the 20 most actively traded stocks in Taiwan's centralized market with trading volume, price data, and daily performance metrics for market analysis.
Instructions
Get top 20 stocks by trading volume in the centralized market.
Returns information including:
- Date: Trading date 
- Rank: Volume ranking 
- Code: Stock code 
- Name: Stock name 
- TradeVolume: Trading volume 
- Transaction: Transaction count 
- OpeningPrice: Opening price 
- HighestPrice: Highest price 
- LowestPrice: Lowest price 
- ClosingPrice: Closing price 
- Dir: Direction (+/-) 
- Change: Price change 
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| No arguments | |||
Input Schema (JSON Schema)
{
  "properties": {},
  "type": "object"
}