Short Term Stock Tracker API
API for saving and displaying stock data, specifically built for short term trading.
Key Features
- Displaying completed trades mainly - this is for showing short term results, not portfolio growth
- Very simple UI overall results at the top, list at the bottom
- Prospective trades can be entered
Milestones
- Simple API is created, hosted on AWS, handles a request and returns sample data
- Implement users, API requires security keys for each user
- Database connection is established
- set stock trade data in db, get list of all trades
- Time window can be set for list of trades
- Get percent growth & value of growth over a time period
Development
This project is being developed as part of a challenge called 100DaysOfCode.
A summary of my progress will be tracked in my 100-days-of-code repo, as well as this twitter thread.