stock-market-pro
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseStock Market Pro
Stock Market Pro
A professional-grade financial analysis tool powered by Yahoo Finance data.
一款基于Yahoo Finance数据的专业级金融分析工具。
Core Features
核心功能
1. Real-time Quotes (price
)
price1. 实时报价(price
)
priceGet instant price updates and day ranges.
bash
uv run --script scripts/yf price [TICKER]获取即时价格更新及当日价格区间。
bash
uv run --script scripts/yf price [TICKER]2. Professional Charts (pro
)
pro2. 专业图表(pro
)
proGenerate 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, etc.max
生成包含成交量和移动平均线的高分辨率PNG图表。
- K线图:
uv run --script scripts/yf pro [TICKER] [PERIOD] - 折线图:
uv run --script scripts/yf pro [TICKER] [PERIOD] line - 时间周期:、
1mo、3mo、6mo、1y、5y等max
3. Fundamental Analysis (fundamentals
)
fundamentals3. 基本面分析(fundamentals
)
fundamentalsDeep dive into valuation: Market Cap, PE, EPS, ROE, and Profit Margins.
bash
uv run --script scripts/yf fundamentals [TICKER]深入分析估值指标:市值、PE、EPS、ROE及利润率。
bash
uv run --script scripts/yf fundamentals [TICKER]4. Earnings & Estimates (earnings
)
earnings4. 盈利与预期(earnings
)
earningsCheck upcoming earnings dates and market consensus (Expected Revenue/EPS).
查看即将到来的盈利日期及市场一致预期(预期营收/EPS)。
5. Historical Trends (history
)
history5. 历史趋势(history
)
historyView recent 10-day trends with terminal-friendly ASCII charts.
通过终端友好的ASCII图表查看最近10天的趋势。
Ticker Examples
代码示例
- US Stocks: ,
AAPL,NVDATSLA - Korean Stocks: (Samsung),
005930.KS(SK Hynix)000660.KS - Crypto: ,
BTC-USDETH-KRW
- 美股:、
AAPL、NVDATSLA - 韩股:(三星)、
005930.KS(SK海力士)000660.KS - 加密货币:、
BTC-USDETH-KRW
Technical Notes
技术说明
- Engine: Python 3.11+, ,
yfinance,mplfinancerich - Key Benefit: No API key required. Automatically handles dependencies via .
uv
한국어 설명: 실시간 주가 조회, 재무 지표 분석 및 전문 봉차트 생성이 가능한 종합 주식 분석 스킬입니다.
- 引擎:Python 3.11+、、
yfinance、mplfinancerich - 核心优势:无需API密钥,通过自动处理依赖项。
uv
韩文说明:可进行实时股价查询、财务指标分析及专业K线图生成的综合股票分析工具。