An online tool to visualize historical stock trends for publicly available companies.
To begin using this template, choose one of the following options to get started:
- Clone the repo:
git clone https://github.com/pmutua/quandlstocks.git
- Fork, Clone, or Download on GitHub
To run locally, run:
Then in your terminal where your project is run:
npm install
ng s
The application is accessible at http://localhost:4200
Have a bug or an issue with this application? Open a new issue here on GitHub.
QuandlStocks is a tool that helps users to view historical stock trends for publicly available companies in the United States. Users simply search and select a company of choice then historical data is generated in the form of a line graph. The users can select a date range and historical data is generated for the specific date range.
QuandlStocks was created by and is maintained by Philip Mutua.
- Angular (TypeScript, JavaScript, HTML, CSS )
- Node.js
- Express.js
- Heroku
Code released under the MIT license.
Looking forward to make more improvements, like dashboard, landing page etc