Manpages

Manpage of Finance::Quote::Tdwaterhouse

Finance::Quote::Tdwaterhouse

Section: User Contributed Perl Documentation (3)
Updated: perl v5.6.1
Index
Return to Main Contents
 

NAME

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

SYNOPSIS

    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 from TD Waterhouse Canada. All TD Waterhouse funds are downloaded at once.  

LABELS RETURNED

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

SEE ALSO

TD Waterhouse website - http://www.tdwaterhouse.ca/


 

Index

NAME
SYNOPSIS
DESCRIPTION
LABELS RETURNED
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 19:45:13 GMT, April 24, 2024