Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 397 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 397 Bytes

StockAnalyzer

This library creates a basic flask server to analyze a few pieces of information for a given stock ticker symbol, including intrinsic value and few indicators that famous investors have been recommending some of which are not available in most online sources

To run, start the flask server from the app folder

python flask run

Then use the server at

http://0.0.0.0:5000