https://github.com/Vaibhav/Stock-Analysis
Regression, Scrapers, and Visualization
https://github.com/Vaibhav/Stock-Analysis
hacktoberfest hacktoberfest2020 linear-regression prediction sentiment-analysis stock-analysis stock-prices stocks svm visualization
Last synced: 23 days ago
JSON representation
Regression, Scrapers, and Visualization
- Host: GitHub
- URL: https://github.com/Vaibhav/Stock-Analysis
- Owner: Vaibhav
- License: mit
- Created: 2016-07-10T04:37:13.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T21:24:22.000Z (almost 3 years ago)
- Last Synced: 2026-03-01T16:36:52.170Z (3 months ago)
- Topics: hacktoberfest, hacktoberfest2020, linear-regression, prediction, sentiment-analysis, stock-analysis, stock-prices, stocks, svm, visualization
- Language: Jupyter Notebook
- Homepage:
- Size: 11.3 MB
- Stars: 395
- Watchers: 30
- Forks: 103
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-github-projects - Stock-Analysis - Regression, Scrapers, and Visualization ⭐395 `Jupyter Notebook` (📦 Legacy & Inactive Projects)
README
# Stock Analysis
This repository contains python scripts that I am devleoping to perform analysis on stock prices and visualization of stock prices and other data such as volume.
Some of the goals I want to achieve with this project include:
- Get the data I need from Yahoo Finance or other API. Able to specify what I need and the time range.
- Different regression implementations on the close price data. (Linear, SVM, etc.) Possibly try to fit a polynomial function which follows the data.
- Predicting Stock price for the next day.
## Trends
TrendLine.py Results




## Regression
Using my code for linear regression and Nvidia's (NVDA) stock prices of each day. I got a slope of 0.1850399032986727 and a y intercept of 24.54867003005582. The 50.08 number is the price predicted for the next day based on the linear formula it calculated.
```python
[0.1850399032986727, 24.54867003005582]
50.0841766853
```
### Screenshots

#### New Screenshots
#### AEIS

#### FB

## Version
1.0.0 - Released Stock Scraper
1.0.1 - Minor bug fixes with duplicate entries in the CSV File
### Todo
- [ ] Use Machine Learning algorithms to predict stock close price for the next day
- [ ] Add data visualization with technical indicators such as moving average, volume, STOCH.
- [ ] Add Stock screener, to screen through every stock and see which ones are best buys.
## Star History
[](https://star-history.com/#Vaibhav/Stock-Analysis&Date)
#### License
MIT
**Free Software, Hell Yeah!**