=====================================
This project utilizes Facebook's Prophet library to forecast stock prices using time series analysis. Prophet is a popular open-source software for forecasting time series data.
- Time series forecasting using Prophet library
- Stock price data analysis
- Historical data visualization
- Future price prediction
- Configurable parameters for customization
- Python 3.x
- Prophet library
- Pandas library
- Matplotlib library
- yfinance library (for stock data)
- Clone the repository:
git clone https://github.com/Debopam-Pritam2014/time-series-forecasting-using-prophet.git
- Install required libraries:
pip install -r requirements.txt
- Run the application:
python app.py
- Select a stock symbol
- Choose a time frame for historical data
- Run the forecasting model
- Visualize historical and forecasted data
- Time series frequency (daily, weekly, monthly)
- Forecast horizon (days, weeks, months)
- Seasonality mode (additive, multiplicative)
- Yahoo Finance (via yfinance library)
This project is licensed under the MIT License.
- Facebook for developing the Prophet library
- Yahoo Finance for providing real-time stock data
For any questions or suggestions, please contact [Your Name] at [letsdecode2014@gmail.com].
- prophet
- pandas
- matplotlib
- yfinance