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
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | No | ||
| end_date | No |