Skip to content

This a project made to collect a data of a specific stock. Then based on the collected data the stock price for next day is predicted.

Notifications You must be signed in to change notification settings

Vaibhav-Magadum/StockPredictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Data Predictor

Overview

The Stock Data Predictor is a Python script that allows users to retrieve historical stock data and visualize it using a simple graphical user interface (GUI). The script uses the yfinance library to fetch stock data, seaborn for plotting, and PySimpleGUI for creating the GUI.

Features

  • Fetches historical stock data from Yahoo Finance.
  • Saves the data to a CSV file.
  • Plots the stock's closing price over a specified date range.
  • Provides a simple GUI for user input.
  • predicts price of next day

Requirements

  • Python 3.x
  • Libraries: yfinance, pandas, seaborn, PySimpleGUI, matplotlib

You can install the required libraries using pip:

pip install yfinance pandas seaborn PySimpleGUI matplotlib


About

This a project made to collect a data of a specific stock. Then based on the collected data the stock price for next day is predicted.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages