An open API service indexing awesome lists of open source software.

https://github.com/prsdm/stock-price-prediction


https://github.com/prsdm/stock-price-prediction

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Stock-Price-Prediction
### About Project
Machine learning can be useful for algorithmic trading. It can help to develop a profitable
trading strategy by predicting a stock price in the future based on historical daily OHLC price
data. For this project we Extracted Stock data from Yahoo Finance using Python package yfinance.

##### Below are the steps that are covered in the code section of the project:
1. Data Import and Exploratory Data Analysis.
2. Twitter Sentiment analysis score.
3. Data Pre-Processing.
4. Model Implementation.
5. Model Evaluation.
6. Bibliography.

### Programming Language
* Python

Link for yfinance package:
https://pypi.org/project/yfinance/ .