Stock Screener + SMS Alert
#3
Hi,

This is very doable and have created something related.  I wrote a program in Python and used the Selenium library to login to a website and scrape certain key data.  If that data met a specific criteria, it would text me.  You could do something similar here by scripting Selenium to go to something like finance.yahoo.com and pull quotes from the various stocks.  

Actually, Yahoo seems to use a consistent URL structure for quotes that should simplify this.  Here is the URL that I see when I try to quote GM:

http://finance.yahoo.com/q?s=gm&fr=uh3_f...b&uhb=uhb2

It appears that you can simply replace the symbol after the first "=" and get a different quote.

BTW, I found that the easiest way to text was to use an email to text gateway.  Here is a list of them.


Messages In This Thread
Stock Screener + SMS Alert - by joshdude58 - 05-23-2016, 02:36 PM
RE: Stock Screener + SMS Alert - by frewind - 05-24-2016, 12:33 AM
RE: Stock Screener + SMS Alert - by jl_678 - 05-24-2016, 10:11 AM
RE: Stock Screener + SMS Alert - by joshdude58 - 05-24-2016, 08:36 PM
RE: Stock Screener + SMS Alert - by frewind - 05-25-2016, 12:41 AM
RE: Stock Screener + SMS Alert - by JamesHarris - 06-01-2016, 12:46 AM
RE: Stock Screener + SMS Alert - by joshdude58 - 06-04-2016, 01:19 PM
RE: Stock Screener + SMS Alert - by jproffer - 06-10-2016, 01:14 PM
RE: Stock Screener + SMS Alert - by joshdude58 - 06-12-2016, 08:02 PM
RE: Stock Screener + SMS Alert - by Luke - 06-04-2016, 06:36 PM
RE: Stock Screener + SMS Alert - by joshdude58 - 06-04-2016, 06:57 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)