stock-info-explorer

Fetch Yahoo Finance OHLCV data and compute RSI, MACD, Bollinger Bands, VWAP, and ATR locally.

65|9|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/EthanAlgoX/MarketBot --skill stock-info-explorer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stock-info-explorer
Source: https://github.com/EthanAlgoX/MarketBot/tree/main/marketbot/skills/stock-info-explorer
Command: npx skills add https://github.com/EthanAlgoX/MarketBot --skill stock-info-explorer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yfinance, rich, pandas, plotille, matplotlib, mplfinance, and includes scripts (resource) components.

What problem does it solve?

Provides fast local access to OHLCV data and technical indicators so analysts can generate charted insights and fallback reports when live feeds or remote tools are unavailable.

Core Features & Use Cases

  • Local OHLCV fetch from Yahoo Finance using yfinance for stocks, ETFs, crypto, and forex.
  • Indicator computation including RSI, MACD, Bollinger Bands, VWAP, and ATR for technical context and signal generation.
  • Chart generation and reports that produce image files suitable for embedding in notifications, reports, or chat replies; useful for quick market briefs, watchlist snapshots, and fallback charting when primary data tools are down.

Quick Start

Request a six-month pro chart for NVDA with RSI and MACD and return the chart image path.

Frequently Asked Questions about stock-info-explorer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate technical analysis charts with RSI and MACD for a specific stock ticker?

To generate technical analysis charts with RSI and MACD, request a stock ticker with your desired indicators. The Skill fetches Yahoo Finance OHLCV data, computes RSI and MACD locally, and returns chart image paths for embedding in reports or chat replies.

Can I fetch historical OHLCV data for crypto and forex using yfinance?

Yes, you can fetch historical OHLCV data for crypto and forex using yfinance. The Skill supports local OHLCV retrieval for financial tickers across stocks, ETFs, crypto, and forex to provide quick quotes and historical chart snapshots.

What is the best way to compute VWAP and Bollinger Bands for watchlist snapshots?

The best way to compute VWAP and Bollinger Bands for watchlist snapshots is to request an indicator-based report. The Skill calculates VWAP, Bollinger Bands, ATR, RSI, and MACD locally from fetched OHLCV data, generating chart images suitable for quick market briefs.

Does this approach work for fallback charting when remote live feed tools are unavailable?

Yes, this approach works for fallback charting when remote live feed tools are unavailable. It provides fast local access to OHLCV data and technical indicators, allowing analysts to generate charted insights and fallback reports offline.

What technical indicators are available for signal generation besides RSI and MACD?

Besides RSI and MACD, the available technical indicators for signal generation include Bollinger Bands, VWAP, and ATR. These are computed locally to provide technical context for your financial ticker analysis.

How do I get a six-month chart image path for embedding in a notification?

To get a six-month chart image path for embedding in a notification, request a pro chart for your ticker with a specified timeframe. The Skill generates chart image files locally that are suitable for embedding in notifications, reports, or chat replies.