Daily Stock Analysis
ActiveDescription
LLM-powered stock analysis system for A/H/US markets with multi-source quotes, real-time news, LLM decision dashboard and multi-channel push notifications.
Key Features
- Multi-market data aggregation — Supports A-shares, HK stocks, US ETFs with quotes, K-lines, technical indicators, fund flows, chips, news, and fundamentals
- AI decision dashboard — Generates core conclusions, scores, trends, buy/sell signals, risk alerts, catalysts, and action checklists
- Agent strategy Q&A — Multi-turn queries with 15 built-in strategies (MA, Chanlun, Wave, Trend, Hotspots, Events, Growth, Expectation), covers Web/Bot/API
- Web/desktop workbench — Manual analysis, task progress, historical reports, full Markdown, backtesting, position management, config management, light/dark themes
- Multi-channel push — Enterprise WeChat, Feishu, Telegram, Discord, Slack, email delivery of decision dashboards
- Smart import & autocomplete — Image, CSV/Excel, clipboard import with stock code/name/pinyin/alias autocomplete
Use Cases
Categories
Quick Start
```bash
git clone https://github.com/ZhuLinsen/daily_stock_analysis.git && cd daily_stock_analysis
pip install -r requirements.txt
cp .env.example .env
# Edit .env to configure AI model keys, notification channels, and stock list
python main.py --stocks 600519,hk00700,AAPL
```