1Finance::Quote::FundataU(s3e)r Contributed Perl DocumentaFtiinoannce::Quote::Fundata(3)
2
3
4
6 Finance::Quote::Fundata - Obtain Canadian mutual fund quotes from
7 Fundata
8
10 use Finance::Quote;
11
12 $q = Finance::Quote->new;
13
14 %info = Finance::Quote->fetch("fundata","234263");
15
17 This module fetches mutual fund information from Fundata.
18
19 Mutual fund symbols on the site are specified numerically. The best
20 way to determine the correct symbol is to navigate to the site, search
21 for the relevant mutual fund, and note the "IID=#####" which appears in
22 the URL.
23
24 In order to not tax the provider with too many requests, by default the
25 module limits requests to 3 every 10 seconds.
26
28 The following labels may be returned by Finance::Quote::Fundata :
29 symbol, name, method, source, timezone, isodate, nav, currency
30
32perl v5.34.0 2021-11-10 Finance::Quote::Fundata(3)