debian man page for finance::quote::tdefunds

Query: finance::quote::tdefunds

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Finance::Quote::Tdefunds(3pm)				User Contributed Perl Documentation			     Finance::Quote::Tdefunds(3pm)

NAME
Finance::Quote::Tdefunds - Obtain quotes from TD Waterhouse Efunds
SYNOPSIS
use Finance::Quote; $q = Finance::Quote->new; %quotes = $q->tdefunds ("TD Canadian Index"); $date = $quotes {"TD Canadian Index", "date"}; $nav = $quotes {"TD Canadian Index", "nav"}; print "TD Canadian Index $date: NAV = $nav "; $nav = $quotes {"TD Canadian Index", "nav"};
DESCRIPTION
This module obtains information about managed funds from TD Waterhouse Canada Efunds. All TD Waterhouse efunds are downloaded at once. The symbols for each efund are the names of the efund with any unusal characters (not a letter, space or period) removed. For example; a fund called "TD US Index ($US)" would have the symbol "TD US Index US".
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/ perl v5.14.2 2012-05-06 Finance::Quote::Tdefunds(3pm)
Related Man Pages
finance::quote::cdnfundlibrary(3) - suse
finance::quote::bourso(3) - suse
finance::quote::aex(3pm) - debian
finance::quote::financecanada(3pm) - debian
finance::quote::tsp(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
Weird 'find' results