Skip to main content
Glama

TWSE MCP Server

MIT License
4
  • Apple
  • Linux

get_warrant_daily_trading

Retrieve daily trading data for call/put warrants, including volume, value, and contracts traded, using a specific warrant code or all warrants. Powered by the TWSE MCP Server.

Instructions

Get daily trading data for listed call/put warrants.

Retrieves daily trading volume and value statistics for warrants, including transaction amounts and number of contracts traded.

Args: code: Warrant code (optional). If provided, filters results for specific warrant. If empty, returns all warrant trading data.

Returns: Formatted string containing warrant daily trading data including: - Report date (出表日期) - Trading date (交易日期) - Warrant code (權證代號) - Warrant name (權證名稱) - Trading value (成交金額) - Trading volume in lots (成交張數)

Input Schema

NameRequiredDescriptionDefault
codeNo

Input Schema (JSON Schema)

{ "properties": { "code": { "default": "", "title": "Code", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/twjackysu/TWSEMCPServer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server