1Finance::Quote::TdwaterUhsoeurseC(o3n)tributed Perl DocuFmiennatnactei:o:nQuote::Tdwaterhouse(3)
2
3
4
6 Finance::Quote::Tdwaterhouse - Obtain quotes from TD Waterhouse Canada
7
9 use Finance::Quote;
10
11 $q = Finance::Quote->new;
12
13 %quotes = $q->tdwaterhouse ("TD AmeriGrowth RSP");
14 $date = $quotes {"TD AmeriGrowth RSP", "date"};
15 $nav = $quotes {"TD AmeriGrowth RSP", "nav"};
16 print "TD AmeriGrowth RSP for $date: NAV = $nav\n";
17 $nav = $quotes {"TD AmeriGrowth RSP", "nav"};
18
20 This module obtains information about managed funds from TD Waterhouse
21 Canada. All TD Waterhouse funds are downloaded at once.
22
23 The symbols for each mutual fund are the names of the fund with any
24 unusal characters (not a letter, space or period) removed. For example;
25 a fund called "TD Health Sciences ($US)" would have the symbol "TD
26 Health Sciences US".
27
29 Information available from TD Waterhouse may include the following
30 labels: exchange, name, nav, date, price, currency.
31
33 TD Waterhouse website - http://www.tdwaterhouse.ca/
34
35
36
37perl v5.32.1 2021-01-27 Finance::Quote::Tdwaterhouse(3)