China Stock Analysis Skill

Screens and values Chinese A-share stocks using Python with akshare, pandas, and numpy.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/1055373165/claude-stock-analyser --skill china-stock-analysis-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: China Stock Analysis Skill
Source: https://github.com/1055373165/claude-stock-analyser/tree/main
Command: npx skills add https://github.com/1055373165/claude-stock-analyser --skill china-stock-analysis-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires akshare, pandas, numpy, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of analyzing, evaluating, and valuing Chinese A-share stocks using value-investing principles, helping ordinary investors identify attractive opportunities and avoid value traps.

Core Features & Use Cases

  • Stock Screener: filter stocks by valuation, profitability, growth, liquidity, and safety metrics.
  • Financial Analyzer: deep-dive financial analysis to assess balance sheet health, profitability, and efficiency.
  • Industry Comparator: horizontal comparison across peers or industries to benchmark performance.
  • Valuation Calculator: compute intrinsic value using DCF, dividend discount, and relative valuation, with safety margins.
  • Use Case: quickly screen a list of A-share candidates, rank by intrinsic value, and generate a concise investment thesis for the best ideas.

Quick Start

Use the China Stock Analysis Skill to analyze a specific stock or run a screening workflow. For example, start a quick screener by executing the provided Python script to output screening results to screening_result.json and then review the top candidates.

Frequently Asked Questions about China Stock Analysis Skill

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

FAQPage Schema
How do I screen and value China A-share stocks using value-investing principles?

To screen and value China A-share stocks, you need to filter candidates by profitability and growth metrics, then calculate intrinsic value using DCF or dividend discount models. This Skill automates that workflow by fetching data via akshare to generate ranked investment ideas.

Can I compare financial metrics across peers in the same Chinese industry?

Yes, you can compare financial metrics across peers in the same Chinese industry using the Industry Comparator feature. It benchmarks balance sheet health, profitability, and efficiency horizontally across sectors to help you identify relative performance leaders.

Do I need Python and akshare to run intrinsic value calculations for A-shares?

Yes, you need Python with akshare, pandas, and numpy installed to run intrinsic value calculations for A-shares. These libraries fetch market data, manipulate financial dataframes, and perform numerical computations required for DCF and relative valuation workflows.

What's the best way to analyze the balance sheet health of an A-share stock?

The best way to analyze the balance sheet health of an A-share stock is to run the Financial Analyzer workflow. It performs deep-dive assessments of profitability, efficiency, and safety metrics to help you avoid value traps and validate investment viability.

How does automated stock screening handle valuation and liquidity filters?

Automated stock screening handles valuation and liquidity filters by applying programmatic criteria to fetched market data. The Stock Screener component filters candidates based on predefined safety, growth, and liquidity metrics, outputting results to a JSON file for review.

When should I apply a safety margin to DCF valuation results?

You should apply a safety margin to DCF valuation results when evaluating Chinese A-shares to protect against forecasting errors. The Valuation Calculator computes intrinsic value using DCF and dividend discount models, explicitly incorporating safety margins to avoid value traps.