how would you add a simple stock quote search to your web page?
I want to add a simple stock quote search link to my web page. Similar to the one on the msn.com home page in the money section.
Following should help:
- http://www2.barchart.com/tools.asp?what=link
- http://www.vclcomponents.com/PHP/Content_Retrieval/Stock_Quotes/
- http://www.ez2ba.com/html/site-toys/stockcharts.html
- http://geekcoders.com/projects/gcquotepro/
- http://www.financialcontent.com/web2008/publisher_free_widgets.php?source=
If you are using CMS systems than check the extensions or plugin directory of that CMS. For example, one of the Yahoo Stock plugin for Joomla is: http://extensions.joomla.org/extensions/financial/stock-market/6069/details
If you are good with programming than with GWT (Google Web Toolkit) and Google Finance API (http://code.google.com/apis/finance/docs/finance-gadgets.html) you will be able to create your own.
Hope this helps. Good luck.




D February 19th
Following should help:
- http://www2.barchart.com/tools.asp?what=link
- http://www.vclcomponents.com/PHP/Content_Retrieval/Stock_Quotes/
- http://www.ez2ba.com/html/site-toys/stockcharts.html
- http://geekcoders.com/projects/gcquotepro/
- http://www.financialcontent.com/web2008/publisher_free_widgets.php?source=
If you are using CMS systems than check the extensions or plugin directory of that CMS. For example, one of the Yahoo Stock plugin for Joomla is: http://extensions.joomla.org/extensions/financial/stock-market/6069/details
If you are good with programming than with GWT (Google Web Toolkit) and Google Finance API (http://code.google.com/apis/finance/docs/finance-gadgets.html) you will be able to create your own.
Hope this helps. Good luck.
References :
Add Yours
YOU