Finally a widget to help you keep track of stock prices, options, indexes and everything Yahoo! Finance has to offer!
You enter a list of stock/options/indexes symbols you want to track and the widget will fetch the information from Yahoo Finance for you. Yahoo! Finance provides information on stock markets from a big number of countries, so this widget is useful to people all around the world.
This widget shows the symbol, company name, last trade price and the price change. You can also select how the price change is shown: absolute value or percentage. If you want more detailed information simply click the symbol and you'll be redirected to Yahoo! Finance.
Comments, suggestions and bug reports are welcome. I hope you like the widget!
Updated:
Fixed: symbol links not working in Opera 9.5
Added: blue background when the change (value or %) is equal to 0 or the symbol is invalid
Note: if you don't know or can't remember a symbol, use the Symbol Lookup in Yahoo! Finance.
Note: all the information the widget shows is delayed 15 minutes. This is a standard practice
Comments
7 posts
Log in at the top of the page to post a comment.
1 - 7 of 7
I like your tool. ^gspc shows points instead of %.
Would be nice to have some kind of alert/sound if a stock hits predifined levels.
By the way, Yahoo has recently started giving real-time stock prices. Is there any way these prices would show up in the widget, instead of delayed quotes?
1. Thanks. 2. For "S&P 500 INDEX,RTH (SNP:^GSPC)" there is showed price change only as value. Instead of last price there is showed "RTH". 3. Maybe could you add also simplified interface (as option?), without symbols, with company name, last trade price and price change in this same row, in order to widget takes fewer place?
Would be nice to have some kind of alert/sound if a stock hits predifined levels.
By tdeu, # Jun 20, 2008 2:03:56 AM
By rollerblade, # Jun 5, 2008 2:36:31 PM
By rollerblade, # Jun 5, 2008 2:36:20 PM
By Dukey77777, # Apr 22, 2008 2:50:20 PM
var data = lines[j].split(",");
got changed to:
var data = /^"([^"]+)","([^"]+)",(.+),(.+),"([^"]+)"$/.exec(lines[j]);
and all indexes into data had to be bumped by 1. ( data[1] -> data[2] )
By jmblsmit, # Mar 19, 2008 5:41:39 PM
2. For "S&P 500 INDEX,RTH (SNP:^GSPC)" there is showed price change only as value. Instead of last price there is showed "RTH".
3. Maybe could you add also simplified interface (as option?), without symbols, with company name, last trade price and price change in this same row, in order to widget takes fewer place?
By szyk, # Feb 11, 2008 4:24:02 PM
By vivekjishtu, # Feb 7, 2008 6:28:30 AM