parent
b47cf8261f
commit
70063547e3
@ -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…
Reference in new issue