pull/450/merge
developer-dash 2 years ago committed by GitHub
commit 3a9ce1ee99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,25 @@
# Stock price tracker
**Tier:** 1-Beginner
Get given stock's price in the stock exchange
## User Stories
- [ ] User can enter stock name or symbol to get the quote
- etc...
## Bonus features
- [ ] Storing the stock quotes in a backend database
- [ ] Create charts of available data
- etc...
## Useful links and resources
[Python package to get stock quotes from NSE (National Stock Exchange, India)](https://pypi.org/project/nsetools/)
[Yahoo finance API](https://www.yahoofinanceapi.com/)
## Example projects
[NSE automation (The project aims to completely automate the process and store results in spreadsheets.)](https://github.com/mdb2301/nse_automation/blob/master/nse.py)
Loading…
Cancel
Save