Current Stock Price is a python program which provides real time stock prices i.e, developed in python programming language using BeautifulSoup and Requests module.
- It's a basic python program which fetch the live details of stock prices using webscraping tools such as BeautifulSoup.
- Just run the program and it will print the real time stock prices.
- Install Python 3.x (recommended) from here
- Download this repository as zip and extract.
- Use PyCharm to run the program.
- Go to terminal and import the this 2 modules using the below codes :
pip install requests
pip install bs4
- Run the code.
Jigar Sable👨💻 |