Basic Application Information This App will help user to get real-time alue of stocks (which ever they want) and store in data.( using https://www.alphavantage.co/)
Create_API_Key : This will create password like key to get values [each user have own key]
Add-Stock : This will add stock in list
Symbol-Search : This will give top 10 matching stock name and symbol
Price : This will give latest prices of all the stock
Delete-Stock : This will delete stock from the list
USAGE# python stock_info.py
Limitations:
- Alphavantage only allow to make 5 api calls per minute
Solutions: In order to avoid Alphavantage-API issue i am using yfinance
Advantages: No need to create API Key
USAGE# python stock_info.py
Limitations: It little slow and it speed to get value depends upon user internet speed.