Since it's your first time here, let us show you how Trendy works.

Close-button

Price of Gold (per ounce)

This trend is broken.

Error using urlreadwrite (line 90)
Error downloading URL. Your network connection may be down or your proxy settings improperly configured.

Error in urlread (line 36)
[s,status] = urlreadwrite(mfilename,catchErrors,url,varargin{:});

Error in urlfilter (line 12)
        textStr = urlread(url);
  • Created by: Rob Nickerson
  • Last ran: 5 months ago.
  • Auto-run in: about 21 hours.
  • Created on: 17 Feb 2012

296

data points

Error

Description:

Trend to track the price of gold per ounce.

Recently Collected Data (last 5 of 296) Show All Data

Time Recorded (time1448) Data (data1448)
06 Dec 2012 07:16:15
05 Dec 2012 07:14:41 [1701.95]
04 Dec 2012 07:14:47 [1702.12]
03 Dec 2012 07:14:29 [1719.01]
02 Dec 2012 07:14:16 [1715.1]
url = 'http://www.goldalert.com/';
tgt = '$</span>';
myNumber = urlfilter( url, tgt, 1, 'forward')
updatetrend(myNumber(1))
Tags:

    0 comments