{
    "content": [
        {
            "type": "text",
            "text": "# Finance::Quote::Cdnfundlibrary (perldoc)\n\n## NAME\n\nFinance::Quote::Cdnfundlibrary - Obtain mutual fund prices from www.fundlibrary.com\n\n## SYNOPSIS\n\nuse Finance::Quote;\n$q = Finance::Quote->new;\n%stockinfo = $q->fetch(\"canadamutual\",\"fundlib-code\"); # Can\nfailover to other methods\n%stockinfo = $q->fetch(\"fundlibrary\",\"fundlib-code\"); # Use this\nmodule only.\n# NOTE: currently no failover methods exist for canadamutual\n\n## DESCRIPTION\n\nThis module obtains information about Canadian Mutual Fund prices from www.fundlibrary.com. The\ninformation source \"canadamutual\" can be used if the source of prices is irrelevant, and\n\"fundlibrary\" if you specifically want to use www.fundlibrary.com.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **FUNDLIB-CODE**\n- **LABELS RETURNED**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Finance::Quote::Cdnfundlibrary",
        "section": "",
        "mode": "perldoc",
        "summary": "Finance::Quote::Cdnfundlibrary - Obtain mutual fund prices from www.fundlibrary.com",
        "synopsis": "use Finance::Quote;\n$q = Finance::Quote->new;\n%stockinfo = $q->fetch(\"canadamutual\",\"fundlib-code\"); # Can\nfailover to other methods\n%stockinfo = $q->fetch(\"fundlibrary\",\"fundlib-code\"); # Use this\nmodule only.\n# NOTE: currently no failover methods exist for canadamutual",
        "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": 4,
                "subsections": []
            },
            {
                "name": "FUNDLIB-CODE",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "LABELS RETURNED",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 4,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Finance::Quote::Cdnfundlibrary - Obtain mutual fund prices from www.fundlibrary.com\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Finance::Quote;\n\n$q = Finance::Quote->new;\n\n%stockinfo = $q->fetch(\"canadamutual\",\"fundlib-code\"); # Can\nfailover to other methods\n%stockinfo = $q->fetch(\"fundlibrary\",\"fundlib-code\"); # Use this\nmodule only.\n\n# NOTE: currently no failover methods exist for canadamutual\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module obtains information about Canadian Mutual Fund prices from www.fundlibrary.com. The\ninformation source \"canadamutual\" can be used if the source of prices is irrelevant, and\n\"fundlibrary\" if you specifically want to use www.fundlibrary.com.\n",
                "subsections": []
            },
            "FUNDLIB-CODE": {
                "content": "In Canada a mutual fund does not have a unique global symbol identifier.\n\nThis module uses an id that represents the mutual fund on an id used by www.fundlibrary.com.\nThere is no easy way of fetching the id except to jump onto the fundlibrary website, look up the\nfund and view the url for clues to its id number.\n",
                "subsections": []
            },
            "LABELS RETURNED": {
                "content": "Information available from fundlibrary may include the following labels:\n\nexchange method link source name currency yield last nav price. The link label will be a url\nlocation for a one page snapshot that fundlibrary provides on the fund.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Fundlibrary website - http://www.fundlibrary.com/\n\nFinance::Quote\n",
                "subsections": []
            }
        }
    }
}