Skip to main content
Glama

TWSE MCP Server

MIT License
18
  • Apple
  • Linux

get_warrant_daily_trading

Retrieve daily trading statistics for Taiwan Stock Exchange warrants, including trading volume, value, and contract data for specific or all listed warrants.

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 (出表日期) - Warrant code (權證代號) - Warrant name (權證名稱) - Trading volume in lots (成交張數) - Trading value (成交金額)

Note: This API may return empty data when there are no warrant trades for the day. Check warrant basic info to see available warrants before querying trading data.

Input Schema

NameRequiredDescriptionDefault
codeNo

Input Schema (JSON Schema)

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

Other Tools from TWSE MCP Server

Related Tools

    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