1Finance::Quote::CdnfundUlsiebrraCroyn(t3r)ibuted Perl DoFciunmaennctea:t:iQounote::Cdnfundlibrary(3)
2
3
4
6 Finance::Quote::Cdnfundlibrary - Obtain mutual fund prices from
7 www.fundlibrary.com
8
10 use Finance::Quote;
11
12 $q = Finance::Quote->new;
13
14 %stockinfo = $q->fetch("canadamutual","fundlib-code"); # Can
15 failover to other methods
16 %stockinfo = $q->fetch("fundlibrary","fundlib-code"); # Use this
17 module only.
18
19 # NOTE: currently no failover methods exist for canadamutual
20
22 This module obtains information about Canadian Mutual Fund prices from
23 www.fundlibrary.com. The information source "canadamutual" can be used
24 if the source of prices is irrelevant, and "fundlibrary" if you
25 specifically want to use www.fundlibrary.com.
26
28 In Canada a mutual fund does not have a unique global symbol
29 identifier.
30
31 This module uses an id that represents the mutual fund on an id used by
32 www.fundlibrary.com. There is no easy way of fetching the id except to
33 jump onto the fundlibrary website, look up the fund and view the url
34 for clues to its id number.
35
37 Information available from fundlibrary may include the following
38 labels:
39
40 exchange method link source name currency yield last nav price. The
41 link label will be a url location for a one page snapshot that
42 fundlibrary provides on the fund.
43
45 Fundlibrary website - http://www.fundlibrary.com/
46
47 Finance::Quote
48
49
50
51perl v5.28.0 2017-11-12 Finance::Quote::Cdnfundlibrary(3)