- Simple solution
- Focus on performance, using optimized libraries and avoiding unnecessary loops
- Code consistency between assets
- Simple but beautiful command line interface
- Tests
- For a given stock,
- Given any price as input, calculate the dividend yield
- Given any price as input, calculate the P/E Ratio
- Record a trade, with timestamp, quantity of shares, buy or sell indicator and traded price
- Calculate Volume Weighted Stock Price based on trades in past 15 minutes
- Calculate the GBCE All Share Index using the geometric mean of prices for all stocks
- Free software: BSD license
- Documentation: https://sssm-jpmorgan.readthedocs.io.
Command line interface with simple usage
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.