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, not all funds have an ISIN. However, they do have a scheme
30 code. You can use those if you can't find the ISIN. See AMFI site for
31 details. http://www.amfiindia.com/nav-history-download
32
34 Information available from amfiindia may include the following labels:
35
36 method link source name currency nav rprice sprice. The link label
37 will be a url location for the NAV list table for all funds.
38
40 AMFI provides a link to download a text file containing all the NAVs.
41 This file is mirrored in a local file /tmp/amfinavlist.txt. The local
42 mirror serves only as a cache and can be safely removed.
43
45 AMFI india website - http://www.amfiindia.com/
46
47 Finance::Quote
48
49
50
51perl v5.32.1 2021-01-27 Finance::Quote::IndiaMutual(3)