Buy, hold and sell stocks with fake money. Super simple shell / python app.
pip3 install -r requirements.txt
chmod u+x salkku.py
./salkku.py --add_funds --amount 5000
Use stock names according to Yahoo Finance
./salkku.py --buy --stock TSLA --amount 10
./salkku.py --sell --stock TSLA --amount 10
./salkku.py -l
- No support for currencies (yet?)
- No order book simulation
- No shorting
- No support for market opening times, buy and sell whenever you wish