Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 589 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 589 Bytes

QuickNSEDataFetcher

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.

Getting Started

Prerequisites

  • Python 3.x
  • GitHub account

Installation

  1. Clone this repository to your local machine or fork it into your GitHub account.
  2. Ensure Python 3.x is installed on your system.
  3. Install the required Python library by running:
pip install jugaad_data