stock-info-explorer
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseStock Information Explorer
股票信息查询工具
This skill fetches OHLCV data from Yahoo Finance via and computes technical indicators locally (no API key required).
yfinance本Skill通过从雅虎财经获取OHLCV数据,在本地计算技术指标(无需API密钥)。
yfinanceCommands
命令
1) Real-time Quotes (price
)
price1) 实时报价 (price
)
pricebash
uv run --script scripts/yf.py price TSLAbash
uv run --script scripts/yf.py price TSLAshorthand
简写
uv run --script scripts/yf.py TSLA
undefineduv run --script scripts/yf.py TSLA
undefined2) Fundamental Summary (fundamentals
)
fundamentals2) 基本面摘要 (fundamentals
)
fundamentalsbash
uv run --script scripts/yf.py fundamentals NVDAbash
uv run --script scripts/yf.py fundamentals NVDA3) ASCII Trend (history
)
history3) ASCII趋势图 (history
)
historybash
uv run --script scripts/yf.py history AAPL 6mobash
uv run --script scripts/yf.py history AAPL 6mo4) Professional Chart (pro
)
pro4) 专业图表 (pro
)
proGenerates a high-resolution PNG chart. By default it includes Volume and Moving Averages (MA5/20/60).
bash
undefined生成高分辨率PNG图表,默认包含成交量和移动平均线(MA5/20/60)。
bash
undefinedcandle (default)
K线图(默认)
uv run --script scripts/yf.py pro 000660.KS 6mo
uv run --script scripts/yf.py pro 000660.KS 6mo
line
折线图
uv run --script scripts/yf.py pro 000660.KS 6mo line
undefineduv run --script scripts/yf.py pro 000660.KS 6mo line
undefinedIndicators (optional)
指标(可选)
Add flags to include indicator panels/overlays.
bash
uv run --script scripts/yf.py pro TSLA 6mo --rsi --macd --bb
uv run --script scripts/yf.py pro TSLA 6mo --vwap --atr- : RSI(14)
--rsi - : MACD(12,26,9)
--macd - : Bollinger Bands(20,2)
--bb - : VWAP (cumulative for the selected range)
--vwap - : ATR(14)
--atr
添加对应参数即可展示指标面板/叠加层。
bash
uv run --script scripts/yf.py pro TSLA 6mo --rsi --macd --bb
uv run --script scripts/yf.py pro TSLA 6mo --vwap --atr- : RSI(14)
--rsi - : MACD(12,26,9)
--macd - : 布林带(20,2)
--bb - : VWAP(所选时间范围内的累计值)
--vwap - : ATR(14)
--atr
5) One-shot Report (report
) ⭐
report5) 一键报告 (report
) ⭐
reportPrints a compact text summary (price + fundamentals + indicator signals) and automatically generates a Pro chart with BB + RSI + MACD.
bash
uv run --script scripts/yf.py report 000660.KS 6mo输出简洁的文本摘要(价格+基本面+指标信号),并自动生成包含布林带+RSI+MACD的专业图表。
bash
uv run --script scripts/yf.py report 000660.KS 6mooutput includes: CHART_PATH:/tmp/<...>.png
输出包含:CHART_PATH:/tmp/<...>.png
undefinedundefinedTicker Examples
标的示例
- US stocks: ,
AAPL,NVDATSLA - KR stocks: ,
005930.KS000660.KS - Crypto: ,
BTC-USDETH-KRW - Forex:
USDKRW=X
- 美股: ,
AAPL,NVDATSLA - 韩股: ,
005930.KS000660.KS - 加密货币: ,
BTC-USDETH-KRW - 外汇:
USDKRW=X
Notes / Limitations
注意事项/限制
- Indicators are computed locally from price data (Yahoo does not reliably provide precomputed indicator series).
- Data quality may vary by ticker/market (e.g., missing volume for some symbols).
Korean note: 실시간 시세 + 펀더멘털 + 기술지표(차트/요약)까지 한 번에 처리하는 종합 주식 분석 스킬입니다.
- 指标基于价格数据在本地计算(雅虎不会稳定提供预计算的指标序列)。
- 不同标的/市场的数据质量可能存在差异(例如部分代码可能缺失成交量数据)。
韩国用户说明:这是一款可一站式处理实时行情+基本面+技术指标(图表/摘要)的综合股票分析Skill。