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