Server set to manage stock data
- Setup Express Server
- Setup Database
- Setup Chron Job to fetch data for DB
- Daily snapshot for single stock (Start with IBM)
- Process multiple
- Add routes
- Stock Snapshot
- Stock Profile
- Add Models
- Stock Snapshot
- Stock Profile
- Security - production ready
- Add basic auth for External UI to fetch data
- Trim Down CORS
- Convert to Typescript
- List of dividend stocks
- date range data points of:
- daily calculated dividend yield
- mean median, mode, & range
The idea is that we should be able to evaluate if a dividend paying stock is undervalued/overvalued based on it's current dividend yield in relative to it's past dividend yield.
https://www.chartjs.org/docs/latest/ Vue Specific: https://vue-chart-3.netlify.app/guide/usage/