1Finance::Quote::TdwaterUhsoeurseC(o3n)tributed Perl DocuFmiennatnactei:o:nQuote::Tdwaterhouse(3)
2
3
4

NAME

6       Finance::Quote::Tdwaterhouse  - Obtain quotes from TD Waterhouse Canada
7

SYNOPSIS

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

DESCRIPTION

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

LABELS RETURNED

29       Information available from TD Waterhouse may include the following
30       labels:  exchange, name, nav, date, price, currency.
31

SEE ALSO

33       TD Waterhouse website - http://www.tdwaterhouse.ca/
34
35
36
37perl v5.32.0                      2020-07-28   Finance::Quote::Tdwaterhouse(3)
Impressum