Finance::Quote::Fundata - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNOPSIS DESCRIPTION LABELS RETURNED SEE ALSO
NAME
    Finance::Quote::Fundata - Obtain Canadian mutual fund quotes from
    Fundata

SYNOPSIS
        use Finance::Quote;

        $q = Finance::Quote->new;

        %info = Finance::Quote->fetch("fundata","234263");

DESCRIPTION
    This module fetches mutual fund information from Fundata.

    Mutual fund symbols on the site are specified numerically. The best way
    to determine the correct symbol is to navigate to the site, search for
    the relevant mutual fund, and note the "IID=#####" which appears in the
    URL.

    In order to not tax the provider with too many requests, by default the
    module limits requests to 3 every 10 seconds.

LABELS RETURNED
    The following labels may be returned by Finance::Quote::Fundata :
    symbol, name, method, source, timezone, isodate, nav, currency

SEE ALSO

Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 05:19 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top