{
    "content": [
        {
            "type": "text",
            "text": "# Finance::Quote::IndiaMutual (perldoc)\n\n## NAME\n\nFinance::Quote::IndiaMutual - Obtain Indian mutual fund prices from amfiindia.com\n\n## SYNOPSIS\n\nuse Finance::Quote;\n$q = Finance::Quote->new;\n%stockinfo = $q->fetch(\"indiamutual\", \"amfiindia-code\"); # Can\nfailover to other methods\n%stockinfo = $q->fetch(\"amfiindia\", \"amfiindia-code\"); # Use this\nmodule only.\n# NOTE: currently no failover methods exist for indiamutual\n\n## DESCRIPTION\n\nThis module obtains information about Indian Mutual Fund prices from the Association of Mutual\nFunds India website amfiindia.com. The information source \"indiamutual\" can be used if the\nsource of prices is irrelevant, and \"amfiindia\" if you specifically want to use information\ndownloaded from amfiindia.com.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AMFIINDIA-CODE/ISIN**\n- **LABELS RETURNED**\n- **NOTES**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Finance::Quote::IndiaMutual",
        "section": "",
        "mode": "perldoc",
        "summary": "Finance::Quote::IndiaMutual - Obtain Indian mutual fund prices from amfiindia.com",
        "synopsis": "use Finance::Quote;\n$q = Finance::Quote->new;\n%stockinfo = $q->fetch(\"indiamutual\", \"amfiindia-code\"); # Can\nfailover to other methods\n%stockinfo = $q->fetch(\"amfiindia\", \"amfiindia-code\"); # Use this\nmodule only.\n# NOTE: currently no failover methods exist for indiamutual",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 11,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "AMFIINDIA-CODE/ISIN",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "LABELS RETURNED",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "NOTES",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 4,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Finance::Quote::IndiaMutual - Obtain Indian mutual fund prices from amfiindia.com\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Finance::Quote;\n\n$q = Finance::Quote->new;\n\n%stockinfo = $q->fetch(\"indiamutual\", \"amfiindia-code\"); # Can\nfailover to other methods\n%stockinfo = $q->fetch(\"amfiindia\", \"amfiindia-code\"); # Use this\nmodule only.\n\n# NOTE: currently no failover methods exist for indiamutual\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module obtains information about Indian Mutual Fund prices from the Association of Mutual\nFunds India website amfiindia.com. The information source \"indiamutual\" can be used if the\nsource of prices is irrelevant, and \"amfiindia\" if you specifically want to use information\ndownloaded from amfiindia.com.\n",
                "subsections": []
            },
            "AMFIINDIA-CODE/ISIN": {
                "content": "In India, not all funds have an ISIN. However, they do have a scheme code. You can use those if\nyou can't find the ISIN. See AMFI site for details.\nhttp://www.amfiindia.com/nav-history-download\n",
                "subsections": []
            },
            "LABELS RETURNED": {
                "content": "Information available from amfiindia may include the following labels:\n\nmethod link source name currency nav rprice sprice. The link label will be a url location for\nthe NAV list table for all funds.\n",
                "subsections": []
            },
            "NOTES": {
                "content": "AMFI provides a link to download a text file containing all the NAVs. This file is mirrored in a\nlocal file /tmp/amfinavlist.txt. The local mirror serves only as a cache and can be safely\nremoved.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "AMFI india website - http://www.amfiindia.com/\n\nFinance::Quote\n",
                "subsections": []
            }
        }
    }
}