Simple technical analysis for stocks (Tencent, Xiaomi, Tesla, NVIDIA, etc.). Calculates moving averages (SMA20, SMA50), RSI (14-day), price position in 20-da...
Simple technical analysis for stocks using Yahoo Finance data.
Calculates:
Analyze a single stock:
python3 scripts/analyze_stocks.py
Or analyze specific tickers:
python3 scripts/analyze_stocks.py 0700.HK 1810.HK TSLA NVDA
Each stock gets:
Uses only Python standard library + Yahoo Finance public API (no extra packages needed).
This is for educational purposes only. Not financial advice. Always do your own research.
ZIP package — ready to use