What problem does it solve?
Consolidates historical OHLCV price data into a single, interpretable technical indicator snapshot so traders and analysts can quickly see momentum, volatility, and trend alignment without manual calculation.
Core Features & Use Cases
- Computes standard indicators (RSI-14, MACD 12/26/9, Bollinger Bands 20/2, ATR-14, SMA 20/50/200) from yfinance price history and returns a structured JSON card and human-readable markdown snapshot.
- Supports multi-timeframe confirmation (daily vs weekly) to reduce false signals and produces a confirmation matrix for alignment checks.
- Integrates with the investing-toolkit pipeline: fetch price history, run deterministic indicator calculations, and hand off the snapshot to an investing-team workflow for fundamental synthesis.
- Use Case: quickly produce a technical snapshot for a ticker to include in an investment memo or as an input to automated screening and monitoring workflows.
Quick Start
Generate a technical snapshot for ticker AAPL using one year of daily data and return the structured indicator card.