Bugfix: market returns list can return None in closing price. Update to find latest price that is not None
0.0.3a1
Added cache to API query call to decrease response time for common data to be in memory
Added new valuation methods: Forward PE Gordon Growth Model Multi-Stage Growth Model
Fixed bugs to be more robust in edge cases
0.0.2a2
First release with basic utils developed Unittest written Equity Stock class that wraps underlying data API and process data Developed CAPM model to get required rate of return Developed first equity valuation model -> Gordon Growth Model