1Finance::Quote::IndiaMuUtsuearl(C3o)ntributed Perl DocumFeinntaantcieo:n:Quote::IndiaMutual(3)
2
3
4

NAME

6       Finance::Quote::IndiaMutual  - Obtain Indian mutual fund prices from
7       amfiindia.com
8

SYNOPSIS

10           use Finance::Quote;
11
12           $q = Finance::Quote->new;
13
14           # Can failover to other methods
15           %stockinfo = $q->fetch("indiamutual", "amfiindia-code");
16
17           # Use this module only
18           %stockinfo = $q->fetch("amfiindia", "amfiindia-code");
19
20           # NOTE: currently no failover methods exist for indiamutual
21

DESCRIPTION

23       This module obtains information about Indian Mutual Fund prices from
24       the Association of Mutual Funds India website amfiindia.com.  The
25       information source "indiamutual" can be used if the source of prices is
26       irrelevant, and "amfiindia" if you specifically want to use information
27       downloaded from amfiindia.com.
28

AMFIINDIA-CODE/ISIN

30       In India, not all funds have an ISIN. However, they do have a scheme
31       code.  You can use those if you can't find the ISIN. See AMFI site for
32       details.  http://www.amfiindia.com/nav-history-download
33

LABELS RETURNED

35       Information available from amfiindia may include the following labels:
36
37       method
38       link
39       source
40       name
41       currency
42       nav
43
44       The link label will be a url location for the NAV list table for all
45       funds.
46

NOTES

48       AMFI provides a link to download a text file containing all the NAVs
49       <https://www.amfiindia.com/spages/NAVAll.txt>. It is processed in
50       memory using the IO::String Perl module.
51

SEE ALSO

53       AMFI india website - http://www.amfiindia.com/
54
55       Finance::Quote
56
57
58
59perl v5.36.1                      2023-08-13    Finance::Quote::IndiaMutual(3)
Impressum