Add live stock charts to your site
If you can cut and past some code into the HTML of your web site,
you can have this nice little stock chart on your site as well.
Example of the stock chart:
The code to past into your HTML |
<table
width="400" border="1" align="center"
cellpadding="0" cellspacing="0">
<tr>
<td><div align="center">DOW</div></td>
</tr>
<tr>
<td><div align="center">
<img src="http://chart.bigcharts.com/custom/cnnmoney-com/markets/big.chart?
ClientID=44711&symb=djia&sid=1000001643&time=1dy&freq=5mi
&type=256&mocktick=1&symbtype=0
&country=US&rtsid=1000001643&style=1858&size=1&rand=6532"></div></td>
</tr>
<tr>
<td><div align="center">NASDAQ</div></td>
</tr>
<tr>
<td><div align="center">
<img src="http://chart.bigcharts.com/custom/cnnmoney-com/markets/big.chart?
ClientID=44711&symb=nasdaq&sid=1000003291&time=1dy&freq=5mi
&type=256&mocktick=1&symbtype=0
&country=US&rtsid=1000003291&style=1858&size=1&rand=2280"></div></td>
</tr>
<tr>
<td><div align="center">S&P 500</div></td>
</tr>
<tr>
<td><div align="center">
<img src="http://chart.bigcharts.com/custom/cnnmoney-com/markets/big.chart?
ClientID=44711&symb=spx&sid=1000003377&time=1dy&freq=5mi
&type=256&mocktick=1&symbtype=0
&country=US&rtsid=1000003377&style=1858&size=1&rand=5548"></div></td>
</tr>
</table> |
Please keep in mind that if the feed is broken, we are not responsible
for problems that you may experience.
|