August 05, 2001
Quoter is a quick hack I put together so I could play with PHP and XML. It fetches quotes from the NASDAQ website in XML, does a little math (VERY little math!) and spits out a portfolio table (a la Yahoo! Finance, only not as nice). I present it here mostly as an academic exercise, rather than anything useful. You will get more functionality from Yahoo! Finance, which has a very nice portfolio management setup.
Download quoter here.
See also: a quick & dirty quote fetcher written in bash.