New York Stock Exchange Price Quotes


A live stock quote will be listed here.


What is going on here?

First we use a Perl server side script to access our MySQL database, which contains our list of stocks on the NYSE, and present these stock tickers in a drop down list.

Then, when you select a stock ticker, we use Ajax (asynchronous JavaScript and XML) to access another server side Perl script.

This second Perl script then retrieves a live stock price, and creates an XML document with the information.

Finally, we use XSLT to transform and format the XML document, which is then displayed here in your browser as HTML.