scorpionhiccup / StockPricePrediction

Stock Price Prediction using Machine Learning Techniques
http://scorpionhiccup.github.io/StockPricePrediction
MIT License
1.29k stars 416 forks source link

Does this works only with dataset provided? #1

Closed spkprav closed 7 years ago

spkprav commented 7 years ago

Hi,

I would like to test this with Indian NSE market. Will this works only with the dataset provided by you?

Do you have any scripts written to get data online and run through this? If it's already included, please provide the steps to get the data.

Thanks in advance.

scorpionhiccup commented 7 years ago

Sure it will work on any dataset. Just add the required fields according to those needed in the Main file.

scorpionhiccup commented 7 years ago

Also, look into the file for fetching data. On executing the above file it will fetch the data online.

The params file is given here

You just need to pass as argument both the symbols file with newline seperated symbols (for example, BHARTI for Bharti Airtel Limited) and the params(field values) that you need as arguement to this file.

Hope this helps.

spkprav commented 7 years ago

@scorpionhiccup Thank you for the response. I am trying something like: python scripts/fetch_stock_data.py ./input/scripts.csv ./input/params.txt ./output/

Do you use this script for daily trading?

spkprav commented 7 years ago

@scorpionhiccup I tried to fetch Indian scripts, but ychart doesn't provide Indian script data. please suggest.

scorpionhiccup commented 7 years ago

Hi,

You can refer to this link for APIs for fetching stock prices for Indian scripts.

However, most appear to be paid services.

scorpionhiccup commented 7 years ago

But, if you have the entire stock market information in say a CSV file, you can certainly use the other scripts to apply machine learning models on the same.