Loading...
Loading...
A Yahoo Finance (yfinance) powered financial analysis tool. Get real-time quotes, generate technical indicator reports (RSI/MACD/Bollinger/VWAP/ATR), summarize fundamentals, and run a one-shot report that outputs a text summary.
npx skill4agent add netease-youdao/lobsterai stock-exploreryfinancepip install yfinance rich pandas plotille$SKILLS_ROOTpricepython "$SKILLS_ROOT/stock-explorer/scripts/quote.py" price TSLA
# shorthand
python "$SKILLS_ROOT/stock-explorer/scripts/quote.py" TSLAfundamentalspython "$SKILLS_ROOT/stock-explorer/scripts/quote.py" fundamentals NVDAhistorypython "$SKILLS_ROOT/stock-explorer/scripts/quote.py" history AAPL 6mopro# 基础分析(价格区间)
python "$SKILLS_ROOT/stock-explorer/scripts/quote.py" pro 002368.SZ 6mo
# 带技术指标
export PYTHONIOENCODING=utf-8
python "$SKILLS_ROOT/stock-explorer/scripts/quote.py" pro 002368.SZ 6mo --rsi --macd --bb--rsi--macd--bb--vwap--atrreportexport PYTHONIOENCODING=utf-8
python "$SKILLS_ROOT/stock-explorer/scripts/quote.py" report 000660.KS 6mo600519.SS000001.SZAAPLNVDATSLA0700.HK9988.HKBTC-USDETH-KRWUSDKRW=Xexport PYTHONIOENCODING=utf-8