Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.85 KB

README.md

File metadata and controls

47 lines (36 loc) · 1.85 KB

Quant Market Predictor

QET

Overview

Quant Market Predictor is a Python-based tool designed to forecast future stock prices using historical market data from NASDAQ. Utilizing Linear Regression to make a Statistics Model, this project aims to provide users with insights into potential future market prices.

Features

  • Stock Price Prediction: Predict future stock prices based on historical data.
  • Stock Risk Volatility: Measure how risky it is to purchase a stock.
  • Data Visualization: Plot historical stock price data for analysis.

Installation

To run the Quant Market Predictor, you'll need Python installed on your system. Follow these steps to set up the project:

  1. Clone the repository:
    git clone https://github.com/ahmad-masud/quant-market-predictor.git
  2. Navigate to the project directory:
    cd quant-market-predictor
  3. Install the required dependencies:
    pip install -r requirements.txt

Usage

Run the main script from the command line:

python main.py

Follow the on-screen prompts to enter the ticker symbol, period for historical data, and select the desired functionality (e.g., predict future stock prices or plot historical data).

Contributing

I welcome contributions to the Quant Market Predictor! If you have suggestions for improvements or bug fixes, please feel free to open an issue or submit a pull request.

License

Quant Market Predictor is released under the MIT License. See the LICENSE file for more details.

Disclaimer

The predictions made by this tool are for informational purposes only and should not be considered financial advice. Always conduct your own research and consult with a financial advisor before making investment decisions.

Acknowledgments