Skip to content
/ salkku Public

Super simple stock portfolio simulator in bash

Notifications You must be signed in to change notification settings

Klyyssi/salkku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stock portfolio simulator in shell

Buy, hold and sell stocks with fake money. Super simple shell / python app.

Install

pip3 install -r requirements.txt
chmod u+x salkku.py

Add funds

./salkku.py --add_funds --amount 5000

Buy stocks

Use stock names according to Yahoo Finance

./salkku.py --buy --stock TSLA --amount 10

Sell stocks

./salkku.py --sell --stock TSLA --amount 10

Show portfolio

./salkku.py -l

Limitations

  • No support for currencies (yet?)
  • No order book simulation
  • No shorting
  • No support for market opening times, buy and sell whenever you wish

About

Super simple stock portfolio simulator in bash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages