This project automates the fetching of stock data from the National Stock Exchange of India (NSE) using the jugaad_data
Python library. Data for specified symbols is fetched daily and stored in an organized format, leveraging GitHub Actions for automation.
- Python 3.x
- GitHub account
- Clone this repository to your local machine or fork it into your GitHub account.
- Ensure Python 3.x is installed on your system.
- Install the required Python library by running:
pip install jugaad_data