valuation_river

Analyze Taiwanese stock valuation using PE, PB, and dividend yield historical distributions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/benitorhuang-svg/tw-stock-app --skill valuation-river
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: valuation_river
Source: https://github.com/benitorhuang-svg/tw-stock-app/tree/main/.agents/skills/valuation_river
Command: npx skills add https://github.com/benitorhuang-svg/tw-stock-app --skill valuation-river

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps investors determine if a stock is currently undervalued or overvalued by analyzing its historical Price-to-Earnings (PE), Price-to-Book (PB), and dividend yield ratios.

Core Features & Use Cases

  • Valuation River Charts: Visualize PE, PB, and dividend yield trends over time to identify historical valuation bands.
  • Valuation Zone Identification: Classify current valuation as "extremely undervalued," "fairly valued," or "extremely overvalued."
  • Mean Reversion Strategies: Provides rules for buying undervalued stocks and selling overvalued ones.
  • Use Case: Quickly assess if a tech stock's current PE ratio is historically cheap or expensive to inform your investment decisions.

Quick Start

Analyze the valuation river for stock symbol '2330'.

Frequently Asked Questions about valuation_river

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

FAQPage Schema
How do I analyze stock valuation using historical PE and PB ratios?

Stock valuation analysis uses historical PE, PB, and dividend yield distributions to classify current valuation levels and identify mean reversion opportunities. It queries historical data, current metrics, and industry comparisons to determine if a stock is undervalued or overvalued.

What is mean reversion in stock valuation and how is it applied?

Mean reversion in stock valuation is the theory that historical ratio extremes revert to average levels. This Skill applies mean reversion by providing rules to buy stocks classified as extremely undervalued and sell those classified as extremely overvalued based on historical bands.

How do I check if a Taiwanese stock is currently undervalued or overvalued?

To check if a Taiwanese stock is undervalued or overvalued, analyze its historical PE, PB, and dividend yield ratios. The Skill queries valuation history, latest prices, and sector daily tables to classify the current valuation zone against historical distributions.

Can I compare a stock's dividend yield against its industry peers?

Yes, you can compare a stock's dividend yield against industry peers. The Skill queries sector daily tables for industry comparisons and implements TypeScript functions to assess dividend stability alongside current valuation metrics.

Does stock valuation analysis work with all stock symbols?

Stock valuation analysis is designed for Taiwanese stocks. It relies on SQL queries against specific tables like valuation_history, latest_prices, and sector_daily, requiring valid Taiwanese stock symbols such as '2330' to retrieve accurate historical data.

What are the limitations of using historical PE ratio distributions for valuation?

Using historical PE ratio distributions assumes past valuation patterns repeat, which may not account for structural business changes. The analysis is limited to Taiwanese stocks and depends on the availability of historical data in the queried SQL tables.