stock-market-pro
Professional stock price tracking, fundamental analysis, and financial reporting tool. Supports global markets (US, KR, etc.), Crypto, and Forex with real-time data. (1) Real-time quotes, (2) Valuation metrics (PE, EPS, ROE), (3) Earnings calendar and consensus, (4) High-quality Candlestick & Line charts with technical indicators (MA5/20/60).
npx skills add majiayu000/claude-skill-registry --skill stock-market-pro --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Stock Market Pro A professional-grade financial analysis tool powered by Yahoo Finance data. ## Core Features ### 1. Real-time Quotes (`price`) Get instant price updates and day ranges. ```bash uv run --script scripts/yf price [TICKER] ``` ### 2. Professional Charts (`pro`) Generate high-resolution PNG charts with Volume and Moving Averages. - **Candlestick**: `uv run --script scripts/yf pro [TICKER] [PERIOD]` - **Line Chart**: `uv run --script scripts/yf pro [TICKER] [PERIOD] line` - **Periods**: `1mo`, `3mo`, `6mo`, `1y`, `5y`, `max`, etc. ### 3. Fundamental Analysis (`fundamentals`) Deep dive into valuation: Market Cap, PE, EPS, ROE, and Profit Margins. ```bash uv run --script scripts/yf fundamentals [TICKER] ``` ### 4. Earnings & Estimates (`earnings`) Check upcoming earnings dates and market consensus (Expected Revenue/EPS). ### 5. Historical Trends (`history`) View recent 10-day trends with terminal-friendly ASCII charts. ## Ticker Examples - **US Stocks**: `AAPL`, `NVDA`, `TSLA` - **Korean Stocks**: `005930.KS` (Samsung), `000660.KS` (SK Hynix) - **Crypto**: `BTC-USD`, `ETH-KRW` ## Technical Notes - **Engine**: Python 3.11+, `yfinance`, `mplfinance`, `rich` - **Key Benefit
- Core Features
- 1. Real-time Quotes (price)
- 2. Professional Charts (pro)
- 3. Fundamental Analysis (fundamentals)
- 4. Earnings & Estimates (earnings)
- 5. Historical Trends (history)
- Ticker Examples
- Technical Notes
uv run --script scripts/yf price [TICKER] uv run --script scripts/yf fundamentals [TICKER]
What does the stock-market-pro skill do?
Professional stock price tracking, fundamental analysis, and financial reporting tool. Supports global markets (US, KR, etc.), Crypto, and Forex with real-time data. (1) Real-time quotes, (2) Valuation metrics (PE, EPS, ROE), (3) Earnings calendar and consensus, (4) High-quality Candlestick & Line charts with technical indicators (MA5/20/60).
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill stock-market-pro --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
