A Python-based interactive terminal application that uses the yfinance API to fetch and analyze historical stock data.
Built for financial insight and educational analysis across 10+ major tickers.
This project allows users to:
- View available stocks (e.g.,
TSLA,AMZN,AAPL, etc.) - Retrieve historical stock data for custom date ranges
- Generate insights from 10+ major tickers via a clean, menu-driven interface
Designed to help users simulate investment analysis and explore data-driven insights.
- ๐ Interactive CLI menu to guide users through ticker selection and data options
- ๐ Historical data fetching using the
yfinancelibrary - ๐ Custom date range input for precise analysis
- ๐งฎ Multiple stock analysis support (10+ tickers)
- ๐ Lightweight and offline-ready with no login or external dashboards required
| Component | Technology |
|---|---|
| Language | Python 3.8+ |
| Data Source | yfinance |
| Interface | CLI (Command Line Interface) |