Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Finance::Quote::IndiaMutual

Name Finance::Quote::IndiaMutual
Version 1.51
Located at /usr/share/perl5
File /usr/share/perl5/Finance/Quote/IndiaMutual.pm
Is Core No
Search CPAN for this module Finance::Quote::IndiaMutual
Documentation Finance::Quote::IndiaMutual
Module Details Finance::Quote::IndiaMutual

NAME

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


SYNOPSIS

    use Finance::Quote;
    $q = Finance::Quote->new;
    %stockinfo = $q->fetch("indiamutual", "amfiindia-code"); # Can
failover to other methods
    %stockinfo = $q->fetch("amfiindia", "amfiindia-code"); # Use this
module only.
    # NOTE: currently no failover methods exist for indiamutual


DESCRIPTION

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


AMFIINDIA-CODE/ISIN

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


LABELS RETURNED

Information available from amfiindia may include the following labels:

method link source name currency nav rprice sprice. The link label will be a url location for the NAV list table for all funds.


NOTES

AMFI provides a link to download a text file containing all the NAVs. This file is mirrored in a local file /tmp/amfinavlist.txt. The local mirror serves only as a cache and can be safely removed.


SEE ALSO

AMFI india website - http://www.amfiindia.com/

Finance::Quote

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026