Skip to content

Predicting stock prices from Yahoo stock screener using scikit-learn and sending the predicitons via smtplib to a phone number.

Notifications You must be signed in to change notification settings

supundharmasiri/Python-Stock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Predicting stock prices from Yahoo stock screener using scikit-learn and sending the predicitons via smtplib to a phone number. Time series analysis (Linear Regression) is used, sciki-learn, to predict the future prices from the stock tickers.

Imports needed:

  1. numpy
  2. datetime
  3. smtplib
  4. time
  5. selenium
  6. sklearn
  7. iexfinance

You will also need to download the chromedriver so selenium can work properly. It can be downloaded here and then place the path to the driver in the code:

driver = webdriver.Chrome('PATH TO CHROME DRIVER')

In order to send the SMS message of the prediction you will need to enter your email username and password along with the number you wish to send the predictions to. Here are some popular domain's for phone carriers:

A full list of domains for phone carriers can be found here

About

Predicting stock prices from Yahoo stock screener using scikit-learn and sending the predicitons via smtplib to a phone number.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%