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

https://github.com/codenameakshay/sensex-matlab-predictor

This project aims to predict the values of BSE stock market.
https://github.com/codenameakshay/sensex-matlab-predictor

Last synced: 12 months ago
JSON representation

This project aims to predict the values of BSE stock market.

Awesome Lists containing this project

README

          

# sensex-matlab-predictor
This project aims to predict the values of BSE stock market.

## Dependencies
To install this you need Python 3.7 as well as MATLAB installed on your machine.
This code also needs quandl, pyperclip modules which can be installed by running these commands on your terminal :
```
$ pip install quandl
$ pip install pyperclip
```
## Usage
First run the python code, which copies in the clipboard the value of last 599 days Sensex data from Quandl API.
Then simply run the MATLAB code but before that simply just change the variable X with your values just by simply pasting by Ctrl+V.

## Demo
The predicted value is printed in the console and the plot for values is plotted like this :
![ExamplePlot](/SensexPlotSample.jpg)
![ExamplePredictedValue](/PredictedValueSample.jpg)