Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Finance::Quote::Cdnfundlibrary

Name Finance::Quote::Cdnfundlibrary
Version 1.51
Located at /usr/share/perl5
File /usr/share/perl5/Finance/Quote/Cdnfundlibrary.pm
Is Core No
Search CPAN for this module Finance::Quote::Cdnfundlibrary
Documentation Finance::Quote::Cdnfundlibrary
Module Details Finance::Quote::Cdnfundlibrary

NAME

Finance::Quote::Cdnfundlibrary - Obtain mutual fund prices from www.fundlibrary.com


SYNOPSIS

    use Finance::Quote;
    $q = Finance::Quote->new;
    %stockinfo = $q->fetch("canadamutual","fundlib-code"); # Can
failover to other methods
    %stockinfo = $q->fetch("fundlibrary","fundlib-code"); # Use this
module only.
    # NOTE: currently no failover methods exist for canadamutual


DESCRIPTION

This module obtains information about Canadian Mutual Fund prices from www.fundlibrary.com. The information source ``canadamutual'' can be used if the source of prices is irrelevant, and ``fundlibrary'' if you specifically want to use www.fundlibrary.com.


FUNDLIB-CODE

In Canada a mutual fund does not have a unique global symbol identifier.

This module uses an id that represents the mutual fund on an id used by www.fundlibrary.com. There is no easy way of fetching the id except to jump onto the fundlibrary website, look up the fund and view the url for clues to its id number.


LABELS RETURNED

Information available from fundlibrary may include the following labels:

exchange method link source name currency yield last nav price. The link label will be a url location for a one page snapshot that fundlibrary provides on the fund.


SEE ALSO

Fundlibrary website - http://www.fundlibrary.com/

Finance::Quote

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026