SEC Filing Analyzer for Saas Companies
Live demo here
- This repository serves as the frontend of our submission to Inter IIT Tech Meet 2022's High Prep Problem Statement: DIGITAL ALPHA'S SEC FILING ANALYZER FOR SAAS COMPANIES.
- React
- Apollo Client with GraphQL
- Tailwind CSS
- ReChart
- AntD
- Easy Navigation for SEC filings
- Breakdown into seperate sections of 10-K and 10-Q forms
- Corresponding links attached
- Highly Interactive Drilldown menu
- Capable of zooming and pannig across time range
- Various financial ratios' calculation and display
- Overall score prediction using Machine Learning on the basis of financial ratios
- Detailed Summary of 8-K forms using NLP for sentiment analysis
- 1v1 Comparison of Companies
- Downloadable data in different formats
Node
is a required dependency.
# to install dependencies
$ npm install
# to start server
$ npm run dev # for development mode
$ npm run prod # for production mode