stock-explorer

Solid

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.

AI & Automation 82 stars 34 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
64
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
90
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Stock Information Explorer This skill fetches OHLCV data from Yahoo Finance via `yfinance` and computes technical indicators **locally** (no API key required). ## Dependencies Python packages (install once): ```bash pip install yfinance rich pandas plotille ``` ## Commands **IMPORTANT:** Always use the `$SKILLS_ROOT` environment variable to locate scripts. ### 1) Real-time Quotes (`price`) ```bash python "$SKILLS_ROOT/stock-explorer/scripts/quote.py" price TSLA # shorthand python "$SKILLS_ROOT/stock-explorer/scripts/quote.py" TSLA ``` ### 2) Fundamental Summary (`fundamentals`) ```bash python "$SKILLS_ROOT/stock-explorer/scripts/quote.py" fundamentals NVDA ``` ### 3) ASCII Trend (`history`) ```bash python "$SKILLS_ROOT/stock-explorer/scripts/quote.py" history AAPL 6mo ``` ### 4) Professional Analysis (`pro`) 输出详细的技术指标文本分析报告。 ```bash # 基础分析(价格区间) 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 ``` #### 可用指标 (optional) - `--rsi` : RSI(14) - 超买超卖指标 - `--macd`: MACD(12,26,9) - 趋势动量指标 - `--bb` : Bollinger Bands(20,2) - 布林带 - `--vwap`: VWAP - 成交量加权均价 - `--atr` : ATR(14) - 平均真实波幅 ### 5) One-shot Report (`report`) 输出综合分析报告(行情+基本面+技术信号)。 ```bash export PYTHONIOENCODING=utf-8 python "$SKILLS_ROOT/stock-explorer/scripts/quote.py" report 000660.KS 6mo ``` ## Ticker Examples - A-share: `600519.SS`, `000001.SZ` - U...

Details

Author
freestylefly
Repository
freestylefly/wesight
Created
3 weeks ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

stock-analyzer

A comprehensive stock deep analysis tool that combines real-time quotes, fundamental metrics, technical indicators, and growth analysis into a single professional report. Supports A-share, US stocks, HK stocks. Generates detailed investment recommendations with risk assessment and actionable trading strategies.

82 Updated today
freestylefly
AI & Automation Solid

stocks

Stock quotes, history, search, compare, crypto via Yahoo.

175,435 Updated today
NousResearch
AI & Automation Solid

stock-announcements

获取A股上市公司公告信息(真实数据)。基于AkShare从东方财富网获取当日全部公告,支持按股票代码筛选、关键词过滤。 适用于监控重大事件、业绩快报、股东变动、重组公告等投资决策关键信息。数据源:东方财富网(稳定可靠)。

82 Updated today
freestylefly
AI & Automation Listed

hk-stock-analysis

Workspace-aware Hong Kong stock analysis for kcn. Routes through scripts/data/analyze_hk_stocks.py (Tencent → stooq → yfinance fallback chain) for price/技术指标/news, layered with HK-specific concepts — 南向资金, HSTECH 方向, 杠杆 ETF 衰减, 老千股警惕, T+0 无涨跌幅. Use when user asks about a HK ticker (e.g. "分析 00100", "07226 怎么样", "恒科今天"), HK book performance, or HK sector view.

2 Updated today
KCNyu
AI & Automation Listed

yahoo-finance

Get stock prices, quotes, fundamentals, earnings, options, dividends, and analyst ratings using Yahoo Finance. Uses yfinance library - no API key required.

2 Updated 5 days ago
Silex-Research