---
id: ssh2-stock-market-pro
name: "stock-market-pro"
url: https://skills.yangsir.net/skill/ssh2-stock-market-pro
author: sundial-org
domain: investment
tags: ["stock-market", "investment-strategy", "financial-analysis", "trading", "portfolio-management"]
install_count: 3500
rating: 4.40 (35 reviews)
github: https://github.com/sundial-org/awesome-openclaw-skills
---

# stock-market-pro

> 提供专业的股票价格追踪、基本面分析和市场洞察，辅助投资者做出明智的交易决策。

**Stats**: 3,500 installs · 4.4/5 (35 reviews)

## Before / After 对比

### 深度股市分析，辅助专业投资决策

## Readme

# 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**: No API key required. Automatically handles dependencies via `uv`.

---
*한국어 설명: 실시간 주가 조회, 재무 지표 분석 및 전문 봉차트 생성이 가능한 종합 주식 분석 스킬입니다.*


---
*Source: https://skills.yangsir.net/skill/ssh2-stock-market-pro*
*Markdown mirror: https://skills.yangsir.net/api/skill/ssh2-stock-market-pro/markdown*