A Super Simple Stock Market for Python.
Python 3 or above
Run python3 SSSMarket.py
TEA - POP - ALE - GIN - JOE
1 - Calculate dividend (Insert the symbol and the system will output the dividend)
2 - Calculate P/E Ratio (Calculate the price to earnings ration for a selected symbol)
3 - Add trade (Record a sell or buy a selected trade)
4 - Calculate volume weighted stock for the past 15 minutes (Calculate the stock shares transactions from the last 15 minutes)
5 - Calculate GBCE of all shares
6 - Run Unit Tests
7 - Leave (Quit the application)