Thanks, I can find a chart thing on their site but not something like what I need. What I need is like a raw XML that just spits out the current spot price.. something simple like
<?xml version="1.0" ?>
<datetime>2005:11:10-13:11:00</datetime>
<currentprice>467.24</currentprice>
I need to integrate the price into my own code.