AerialView

Stock Market Analytics Dashboard

Streamlit Demo

AerialView is a Python-based analytics tool built with Streamlit for interactive stock market analysis.

Dashboard Features

Comprehensive stock market analytics in one interactive platform

Interactive Candlestick Charts

AAPL - 30D
$185.20 (+1.9%)
Real-time candlestick charts with volume overlay and customizable timeframes

Technical Indicators

Moving Average (20)
Simple MA
$182.45
↗ +2.1%
Bollinger Bands
Upper/Lower
$190.2 / $174.8
Mid: $182.5
RSI (14)
Momentum
67.3
Neutral

Multi-Ticker Comparison

AAPL
$185.20
+3.45 (+1.9%)
TSLA
$242.80
-8.20 (-3.3%)
MSFT
$378.50
+2.15 (+0.6%)
GOOGL
$142.30
+1.85 (+1.3%)

Platform Capabilities

Professional-grade analytics tools for traders and analysts

Real-time Data

Live market data from Yahoo Finance and Alpha Vantage APIs

Interactive Charts

Candlestick charts with zoom, pan, and customizable indicators

Technical Analysis

Moving averages, Bollinger Bands, RSI, and correlation analysis

One-Click Insights

Streamlined interface for quick market analysis and comparisons

Get Started

Set up AerialView locally for interactive stock analysis

1

Clone Repository

git clone https://github.com/BugVanquisher/AerialView.git
cd AerialView
2

Install Dependencies

pip install -r requirements.txt
3

Launch Dashboard

streamlit run app.py
Note: You may need to configure API keys for Yahoo Finance or Alpha Vantage to access real-time data. Check the repository README for detailed setup instructions.