Stock Data Scraper is a web application built using Streamlit, Python, and data scraping techniques to fetch and display essential stock data including market information, financial ratios, growth rates, and more. This implements a growth-RoC DCF model with explicit fade period URL: https://aakashbiju-stock-scraper-webapp-screener-scraper-zuassv.streamlit.app/
- Retrieves stock data including company name, price, FY23 PE, and RoCE.
- Displays Compounded Sales Growth (CSG) and Compounded Profit Growth (CPG) charts over different time periods.
- Calculates and displays the intrinsic PE and degree of overvaluation based on user inputs.
- Interactive sliders for user input and real-time updating of calculations.
To run the application locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/stock-data-scraper.git
-
Navigate to the project directory:
cd stock-data-scraper -
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
streamlit run main.py
- Enter the NSE/BSE symbol of the company in the input field. Some examples inputs: nestleind, adanient, wipro.
- Click the "Get Stock Data" button to fetch and display the stock data.
- Adjust the sliders in the right pane to change user inputs for intrinsic PE and degree of overvaluation calculations.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/new-feature). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature/new-feature). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
You can modify and expand this template based on the specifics of your project, such as adding more detailed instructions, including screenshots, or providing additional information about the technology stack used.