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

Close-button

Exchange rate for CDN per USD

  • Created by: Matt Rhodes
  • Last ran: about 19 hours ago.
  • Auto-run in: 1 day.
  • Created on: 27 Aug 2012

273

data points

Description:

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

Time Recorded (time1792) Data (data1792)
25 May 2013 10:15:29 [1.031]
24 May 2013 10:15:28 [1.0321]
23 May 2013 10:15:31 [1.0384]
22 May 2013 10:15:29 [1.0278]
21 May 2013 10:15:29 [1.0252]
% Example code added - Retrieve answer count on MATLAB Answers

url = 'http://www.tradingeconomics.com/exchange-rates-list-by-country';
CDNtgt = 'Canadian Dollar';
%BPDtgt = 'British Pound';
CDNperUSD = urlfilter( url, CDNtgt, 1, 'forward');
%GBPperUSD = urlfilter( url, GBPtgt, 1, 'forward');
updatetrend(CDNperUSD);
Tags:

    0 comments