Finance::Quote::Tdwaterhouse (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
Finance::Quote::Tdwaterhouse - Obtain quotes from TD Waterhouse CanadaSYNOPSIS
use Finance::Quote; $q = Finance::Quote->new; %quotes = $q->tdwaterhouse ("TD AmeriGrowth RSP"); $date = $quotes {"TD AmeriGrowth RSP", "date"}; $nav = $quotes {"TD AmeriGrowth RSP", "nav"}; print "TD AmeriGrowth RSP for $date: NAV = $nav\n"; $nav = $quotes {"TD AmeriGrowth RSP", "nav"};
DESCRIPTION
This module obtains information about managed funds fromTD
Waterhouse Canada. All TD
Waterhouse funds are downloaded at once.
The symbols for each mutual fund are the names of the fund with any unusual characters (not a letter, space or period) removed. For example; a fund called ``
TD
Health Sciences ($US)'' would have the symbol
``TD
Health Sciences US''.
LABELS RETURNED
Information available fromTD
Waterhouse may include the following
labels: exchange, name, nav, date, price, currency.
SEE ALSO
TD
Waterhouse website - www.tdwaterhouse.ca