Have you ever wanted to automate your quantitative stock assessments? Val is an AI-powered program that analyses historical data to quickly calculate quantitative scores for your favorite stock symbols. Val is currently in production for version 1.0, which will provide both an overall score and category scores for each stock you enter.
Version 1.0 of Val uses value investing metrics and scoring inspired by the book "Warren Buffett and the Interpretation of Financial Statements" by David Clark and Mary Buffett.
Version 2.0 of Val will use artificial intelligence (AI) and historical data analysis to further improve its ability to analyze companies.
Financial-Analyser-Demo.mov
- Download the latest release here.
- To run the program, user must navigate to the "\Financial-analyzer\Release" folder and
run
.\main.exe STOCK [PARAMS]
- Get all information regarding a specific stock
.\main.exe STOCK --all
- Get the information of a specified category of a stock
.\main.exe STOCK --c
- Get the information of a specific metric score of a stock
.\main.exe STOCK --i [METRIC]
For detailed explanation of each feature and more, refer to the UserGuide.
The following segment dictates the rough timeline this project will follow.
- Gather few Metrics (3-5 metrics) - 9 Metrics completed
- Grading by total score and by categories - 5 categories, every metric individual metric score, completed
- Simple CLI -
./program [Stock Ticker]
- Works with TSLA
- Full Metrics
- CLI Full with options
- Partial Testing
- Complete testing
- Multi platform integration
- Code Cleanup