Indian Stock Market

screenshot of Indian Stock Market
flask
react
scss

Scrapes Indian stock exchanges(NSE and BSE) data off moneycontrol and represents in a dashboard app.

Overview:

The Stock Market Analyzer is a powerful tool designed for those interested in tracking and analyzing the Indian stock market. By scrapping data from the National Stock Exchange (NSE) and the Bombay Stock Exchange (BSE) through Moneycontrol, it presents a wealth of information in a user-friendly application. This makes it an appealing option for both casual investors and seasoned traders seeking comprehensive market insights.

Setting it up is straightforward, especially for those familiar with Python. However, it’s important to note the need for responsible usage to avoid issues such as IP bans when utilizing the included scripts.

Features:

  • Comprehensive Data Scraping: Collects real-time data from both NSE and BSE for thorough analysis.
  • User-Friendly Interface: Presents data in an intuitive format, making it accessible for both novice and experienced users.
  • Python Compatibility: Runs on Python 3.6 and above, allowing significant flexibility in usage.
  • Virtual Environment Setup: Easily creates isolated environments using Python's virtual environment feature to manage dependencies.
  • MongoDB Integration: Utilizes MongoDB for efficient data storage and management, ensuring quick access to historical data.
  • Node Package Manager (npm): Supports the use of npm for additional package installations, enhancing functionality.
  • Customizable Scripts: Users can modify scripts to tailor their data analysis needs and preferences.
  • Disclaimer for Caution: Provides a forewarning about the risks involved, promoting responsible usage of the application features.
flask
Flask

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

Redux

Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.