Online Stock Quotes
December 8, 2003 9:18 PM
Subscribe
Stock quotes. No, not like "We don't need no steenkin' badges," the current price of a given stock. I need to put a little box on a page that will update (when refreshed) with current quotes for, say, five different specific stocks. This has got to be easy. Anybody got a free javascript lying around to do this? And if that's ridiculously simple, what about plotting the five specific stocks against each other over time?
posted by soyjoy to computers & internet (6 comments total)
As far as plotting history, you'll need some kind of persistence for the data, which puts JavaScript right out unless you do something ridiculously and torturously clever. It's probably another 20ish lines of Perl or PHP to do if you can keep a database table up to date.
posted by majick at 9:32 PM on December 8, 2003