AgentSkillsCN

stock-info-explorer

专业的股票价格追踪、基本面分析与财务报告工具。支持全球市场(美股、韩股等)、加密货币及外汇交易,并提供实时数据。(1)实时行情报价;(2)估值指标(市盈率、每股收益、净资产收益率);(3)财报日历与市场共识;(4)高质量的 K 线图与折线图,内置各类技术指标(5 日/20 日/60 日均线)。

SKILL.md
--- frontmatter
name: stock-info-explorer
description: 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).

Stock Information Explorer

A comprehensive financial data exploration tool powered by Yahoo Finance.

Core Features

1. Real-time Quotes (price)

Get instant price updates and market status.

bash
uv run --script scripts/yf.py price [TICKER]

2. Professional Charts (pro)

Generate high-resolution PNG charts with Volume and Moving Averages.

  • Candlestick: uv run --script scripts/yf.py pro [TICKER] [PERIOD]
  • Line Chart: uv run --script scripts/yf.py 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.py fundamentals [TICKER]

4. Earnings & Estimates (earnings)

Check upcoming earnings dates and market consensus (Expected Revenue/EPS).

5. Historical Trends (history)

View recent price history 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.

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