Horizontal Stock Ticker

The stock ticker uses Google API, PHP and javascript to retrieve real time stock quotes. No other framework is needed. Click the link will bring you to the quote page of this stock in Google finance.

The ticker is suitable to be installed in business related websites to improve the image of your company and can be easily installed. All you have to do is selecting a list of stock symbols to build a one-element array. For example,

var stocks = ["INDEXDJX:.DJI,INDEXNASDAQ:.IXIC,INDEXSP:.INX,xom,F,DAL"];

You can select as many stocks as you like.