logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Finance::Quote::Fundata - Obtain Canadian mutual fund quotes from Fundata

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

Name

       Finance::Quote::Fundata - Obtain Canadian mutual fund quotes from Fundata

See Also

perl v5.32.1                                       2021-09-01                       Finance::Quote::Fundata(3pm)

Synopsis

           use Finance::Quote;

           $q = Finance::Quote->new;

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

See Also