Skip to content

BankNiftyDBMonitor is a web application built with Flask, designed to provide users with real-time and historical data monitoring capabilities for Bank Nifty, an index representing the performance of the banking sector in India's National Stock Exchange (NSE).

License

Notifications You must be signed in to change notification settings

HacktiveMindset/BankNiftyDBMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BankNiftyDBMonitor

Python License

BankNiftyDBMonitor is a web application built with Flask to monitor live and historical data of Bank Nifty. It fetches live Bank Nifty values from Yahoo Finance and stores them in a SQLite database. Users can view the live Bank Nifty value on the main page and historical Bank Nifty data on a separate page.

demo.mp4

Features

  • Live Bank Nifty Value: Displays the live Bank Nifty value on the main page, updating every 5 seconds.
  • Historical Bank Nifty Data: Provides a separate page to view historical Bank Nifty data stored in the database.
  • Automatic Data Updates: Automatically updates Bank Nifty data every 5 seconds without user interaction.

Installation

Clone the Repository

git clone https://github.com/HacktiveMindset/BankNiftyDBMonitor.git

Install Dependencies

pip install -r requirements.txt

Usage

Run the Flask application:

python app.py

Access the application in your web browser at http://127.0.0.1:5000.

The main page (/) will display the live Bank Nifty value, updating every 5 seconds.

To view historical Bank Nifty data, navigate to /history.

Contributing

Contributions are welcome! Please feel free to fork the repository, make pull requests, or open issues for any bugs or feature requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Special thanks to Piyushhacker (Piyush Mujmule) for initiating and maintaining this project.

Contact

For inquiries or feedback, please contact

INSTAGRAM

About

BankNiftyDBMonitor is a web application built with Flask, designed to provide users with real-time and historical data monitoring capabilities for Bank Nifty, an index representing the performance of the banking sector in India's National Stock Exchange (NSE).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published