Skip to main content
Glama

TWSE MCP Server

MIT License
18
  • Apple
  • Linux

get_twse_news

Retrieve official Taiwan Stock Exchange announcements including market updates, regulatory changes, and system notices with optional date filtering for specific time periods.

Instructions

Get latest news from Taiwan Stock Exchange with optional date filtering.

Retrieves official news announcements from TWSE including market updates, regulatory changes, system maintenance notices, and other important information for market participants.

Args: start_date: Start date for filtering news (format: YYYYMMDD, e.g., "20250101") If empty, defaults to current month's first day end_date: End date for filtering news (format: YYYYMMDD, e.g., "20250131") If empty, defaults to current month's last day

Note: - If both dates are empty, returns current month's news - Date format must be YYYYMMDD (e.g., "20250822" for August 22, 2025) - API returns news in Chinese with dates in format YYYMMDD (民國年)

Returns: Formatted string containing TWSE news including: - Title (標題) - URL/Link (連結) - Date (日期) - in format YYYMMDD (民國年)

Input Schema

NameRequiredDescriptionDefault
start_dateNo
end_dateNo

Input Schema (JSON Schema)

{ "properties": { "end_date": { "default": "", "title": "End Date", "type": "string" }, "start_date": { "default": "", "title": "Start Date", "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