1Finance::Quote::IndiaMuUtsuearl(C3o)ntributed Perl DocumFeinntaantcieo:n:Quote::IndiaMutual(3)
2
3
4
6 Finance::Quote::IndiaMutual - Obtain Indian mutual fund prices from
7 amfiindia.com
8
10 use Finance::Quote;
11
12 $q = Finance::Quote->new;
13
14 %stockinfo = $q->fetch("indiamutual", "amfiindia-code"); # Can
15 failover to other methods
16 %stockinfo = $q->fetch("amfiindia", "amfiindia-code"); # Use this
17 module only.
18
19 # NOTE: currently no failover methods exist for indiamutual
20
22 This module obtains information about Indian Mutual Fund prices from
23 the Association of Mutual Funds India website amfiindia.com. The
24 information source "indiamutual" can be used if the source of prices is
25 irrelevant, and "amfiindia" if you specifically want to use information
26 downloaded from amfiindia.com.
27
29 In India a mutual fund does not have a unique global symbol identifier.
30
31 This module uses an id that represents the mutual fund on an id used by
32 amfiindia.com. You can the fund is from the AMFI web site http://amfi‐
33 india.com/downloadnavopen.asp.
34
36 Information available from amfiindia may include the following labels:
37
38 method link source name currency nav rprice sprice. The link label
39 will be a url location for the NAV list table for all funds.
40
42 amfiindia.com provides a link to download a text file containing all
43 the NAVs. This file is mirrored in a local file /tmp/amfinavlist.txt.
44 The local mirror serves only as a cache and can be safely removed.
45
46 Currently NAVs of Open-Ended funds are supported.
47
49 AMFI india website - http://amfiindia.com/
50
51 Finance::Quote
52
53
54
55perl v5.8.8 2007-01-08 Finance::Quote::IndiaMutual(3)