AI-powered Vietnamese stock market prediction platform with real-time tracking, technical analysis, and investment recommendations.
- Real-time VN stock tracking (HOSE/HNX/UPCOM)
- AI Prediction Engine (LSTM + XGBoost + Prophet Ensemble)
- Technical Analysis (RSI, MACD, Bollinger Bands, SMA/EMA)
- Stock Rankings (Top Buy, Top Decline, Trustworthy, Investment Picks)
- Beginner Trading Guide (Vietnamese)
- Responsive Dashboard with Dark/Light Mode
- Frontend: Next.js 14 + TypeScript + TailwindCSS + Recharts
- Backend: Python FastAPI + VNStock + yfinance
- ML Models: LSTM + XGBoost + Prophet (Ensemble)
cd backend
pip install -r requirements.txt
uvicorn main:app --reload --port 8000cd frontend
npm install
npm run devGET /api/stocks- List all VN stocksGET /api/stocks/{symbol}- Stock detail + historyGET /api/stocks/{symbol}/predict- AI predictionGET /api/stocks/{symbol}/technical- Technical indicatorsGET /api/rankings/top-buy- Top recommended stocksGET /api/rankings/top-decline- Biggest declinersGET /api/rankings/trustworthy- Most trustworthyGET /api/rankings/top-invest- Best investment picks
This app is for educational purposes only. Stock predictions are not financial advice. Always do your own research before investing.