Storing stock price into personal Database after queries from web
How to get stock price information from the internet and storing into personal free database (It will be updated as series per step)
- Installation DBeaver for database
- Download & Installation MariaDB program from the net
- Database to create using MakeDatabase.py (Python Script)
- Creation Tables/Fields If it doesn’t exist & update daily price from the Web Crawling
- Posting Data into Dashboard thru DJango