stock-analyzer

Solid

A comprehensive stock deep analysis tool that combines real-time quotes, fundamental metrics, technical indicators, and growth analysis into a single professional report. Supports A-share, US stocks, HK stocks. Generates detailed investment recommendations with risk assessment and actionable trading strategies.

AI & Automation 82 stars 34 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
64
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Stock Deep Analyzer One-stop comprehensive stock analysis tool that generates professional-grade investment reports. ## Features - **Real-time Market Data** — Current price, volume, market cap, beta - **Value Investing Metrics** — P/E, P/B, ROE, ROA, dividend yield, payout ratio - **Technical Indicators** — MA5/20/60, RSI, MACD, Bollinger Bands, VWAP - **Growth Analysis** — Revenue growth, earnings growth, profit margins - **Financial Health** — Asset/liability ratio, liquidity ratio - **Investment Rating** — Multi-dimensional scoring (value 35% / technical 25% / growth 25% / financial 15%) - **Trading Strategies** — Long-term hold, swing trade, short-term speculation - **Risk Assessment** — Key risks and price levels ## Dependencies Python packages (install once): ```bash pip install yfinance pandas numpy ``` ## Usage **IMPORTANT:** Always use the `$SKILLS_ROOT` environment variable to locate scripts. ### Basic Analysis ```bash export PYTHONIOENCODING=utf-8 python "$SKILLS_ROOT/stock-analyzer/scripts/analyze.py" 601288.SS ``` ### Specify Analysis Period ```bash export PYTHONIOENCODING=utf-8 python "$SKILLS_ROOT/stock-analyzer/scripts/analyze.py" 000001.SZ --period 1y ``` ### US Stocks ```bash export PYTHONIOENCODING=utf-8 python "$SKILLS_ROOT/stock-analyzer/scripts/analyze.py" AAPL ``` ### Parameters | Parameter | Description | Example | Default | |-----------|-------------|---------|---------| | `ticker` | Stock ticker symbol (required) | 601288.SS, AAPL |...

Details

Author
freestylefly
Repository
freestylefly/wesight
Created
3 weeks ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

stock-explorer

A Yahoo Finance (yfinance) powered financial analysis tool. Get real-time quotes, generate technical indicator reports (RSI/MACD/Bollinger/VWAP/ATR), summarize fundamentals, and run a one-shot report that outputs a text summary.

82 Updated today
freestylefly
Data & Documents Listed

us-stock-analysis

Workspace-aware US stock analysis for kcn. Routes through the local fetch pipeline (analyze_us_stocks.py / fetch_us_stocks.py) instead of generic web search, then layers fundamental/technical/news analysis on top. Use when user asks to analyze a US ticker (e.g. "analyze AAPL", "look at RKLB", "compare TSLA vs NVDA"), check earnings, run technicals, or write an investment report on a US name.

2 Updated today
KCNyu
AI & Automation Listed

analyze-stock

Top-down deep dive analysis on a US-listed stock with macro context, valuation audit, insider check, catalysts, and 3-tier entry plan with LEAPS option. Pulls live data via yfmcp. Triggers in English ("analyze X", "is X a buy", "deep dive on X", "should I buy X", "what about X stock", "research X") or Chinese ("分析 X", "X 怎么样", "X 能买吗", "深度看一下 X", "调研 X", "X 这只股票").

1 Updated today
ssurmic
AI & Automation Listed

hk-stock-analysis

Workspace-aware Hong Kong stock analysis for kcn. Routes through scripts/data/analyze_hk_stocks.py (Tencent → stooq → yfinance fallback chain) for price/技术指标/news, layered with HK-specific concepts — 南向资金, HSTECH 方向, 杠杆 ETF 衰减, 老千股警惕, T+0 无涨跌幅. Use when user asks about a HK ticker (e.g. "分析 00100", "07226 怎么样", "恒科今天"), HK book performance, or HK sector view.

2 Updated today
KCNyu
AI & Automation Solid

stock-announcements

获取A股上市公司公告信息(真实数据)。基于AkShare从东方财富网获取当日全部公告,支持按股票代码筛选、关键词过滤。 适用于监控重大事件、业绩快报、股东变动、重组公告等投资决策关键信息。数据源:东方财富网(稳定可靠)。

82 Updated today
freestylefly