taiwan-stock-analysis

Fetch Taiwan financial statements from Goodinfo.tw and compute key ratios.

142|20|Updated May 1, 2026
One-click install
npx skills add https://github.com/chengwesley/taiwan-stock-analysis --skill taiwan-stock-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: taiwan-stock-analysis
Source: https://github.com/chengwesley/taiwan-stock-analysis/tree/main
Command: npx skills add https://github.com/chengwesley/taiwan-stock-analysis --skill taiwan-stock-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, beautifulsoup4, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the retrieval of public financial data for Taiwanese listed companies from Goodinfo.tw, computes key financial metrics (revenue, gross margin, expense ratios, ROE, ROA, liquidity, and free cash flow), and generates an interactive three-page HTML dashboard that can be exported as a shareable file.

Core Features & Use Cases

  • Three-page dashboard: Interactive HTML with pages for 經營分析, 獲利分析, and 財務健全度, including KPI cards, charts, and data tables.
  • Automated data collection: Scrapes Goodinfo.tw IS_YEAR, BS_YEAR, and CF_YEAR data, handling potential variations in column names.
  • Derived metrics & validation: Computes profitability, efficiency, liquidity and leverage ratios, plus provenance metadata, with links to original sources and MOPS filings.

Quick Start

Ask Claude to analyze a Taiwanese stock by entering a 4-digit stock code, for example 幫我分析 2330.

Frequently Asked Questions about taiwan-stock-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze a Taiwan stock using financial statements from Goodinfo?

Taiwan stock financial analysis automates fetching public financial data from Goodinfo.tw, computing metrics like ROE, ROA, and free cash flow, and generating a three-page interactive HTML dashboard with KPI cards and charts.

Can I generate a financial analysis dashboard for any Taiwan listed company?

Yes, you can generate a financial dashboard for all Taiwan listed and OTC companies by entering a 4-digit stock code. The tool retrieves public financial statements and computes derived metrics with provenance metadata.

What financial metrics are included in the Taiwan stock dashboard?

The Taiwan stock dashboard includes revenue, gross margin, expense ratios, ROE, ROA, liquidity, leverage, and free cash flow. It presents these across three pages: operating analysis, profitability, and financial soundness.

Does the automated stock analysis tool verify data integrity from Goodinfo?

Yes, the automated stock analysis tool includes provenance metadata, sanity checks, and direct MOPS links to ensure data integrity and traceability of the scraped financial statements from Goodinfo.

Do I need to install Python libraries to use the Taiwan stock analysis Skill?

Yes, the Taiwan stock analysis Skill requires the requests and beautifulsoup4 Python libraries to scrape and parse Goodinfo.tw financial data. These dependencies handle the automated data collection process.