{
    "content": [
        {
            "type": "text",
            "text": "# Finance::Quote::MorningstarAU (perldoc)\n\n## NAME\n\nFinance::Quote::MorningstarAU - Obtain Australian managed fund quotes from morningstar.com.au\n\n## SYNOPSIS\n\n$q = Finance::Quote->new;\n%info = Finance::Quote->fetch(\"morningstarau\",\"<APIR> ...\");  # Only query morningstar.com.au using APIRs\n%info = Finance::Quote->fetch(\"aufunds\",\"<APIR> ...\");  # Failover to other sources\n\n## DESCRIPTION\n\nThis module fetches information from the MorningStar Funds service https://morningstar.com.au to\nprovide quotes on Australian managed funds in AUD.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION** (1 subsections)\n- **LABELS RETURNED**\n- **SEE ALSO**\n- **AUTHOR**\n- **COPYRIGHT AND LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Finance::Quote::MorningstarAU",
        "section": "",
        "mode": "perldoc",
        "summary": "Finance::Quote::MorningstarAU - Obtain Australian managed fund quotes from morningstar.com.au",
        "synopsis": "$q = Finance::Quote->new;\n%info = Finance::Quote->fetch(\"morningstarau\",\"<APIR> ...\");  # Only query morningstar.com.au using APIRs\n%info = Finance::Quote->fetch(\"aufunds\",\"<APIR> ...\");  # Failover to other sources",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 8,
                "subsections": [
                    {
                        "name": "Managed Funds",
                        "lines": 6
                    }
                ]
            },
            {
                "name": "LABELS RETURNED",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENSE",
                "lines": 6,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Finance::Quote::MorningstarAU - Obtain Australian managed fund quotes from morningstar.com.au\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "$q = Finance::Quote->new;\n\n%info = Finance::Quote->fetch(\"morningstarau\",\"<APIR> ...\");  # Only query morningstar.com.au using APIRs\n%info = Finance::Quote->fetch(\"aufunds\",\"<APIR> ...\");  # Failover to other sources\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module fetches information from the MorningStar Funds service https://morningstar.com.au to\nprovide quotes on Australian managed funds in AUD.\n\nFunds are identified by their APIR code.\n\nThis module is loaded by default on a Finance::Quote object. It's also possible to load it\nexplicitly by placing \"morningstarau\" in the argument list to Finance::Quote->new().\n",
                "subsections": [
                    {
                        "name": "Managed Funds",
                        "content": "This module provides both the \"morningstarau\" and \"aufunds\" fetch methods for fetching\nAustralian funds prices from morningstar.com.au. Please use the \"aufunds\" fetch method if you\nwish to have failover with future sources for of Ausralian fund quotations which might be\nprovided by other Finance::Quote modules. Using the \"morningstarau\" method will guarantee that\nyour information only comes from the morningstar.com.au website.\n"
                    }
                ]
            },
            "LABELS RETURNED": {
                "content": "The following labels may be returned by Finance::Quote::MorningstarAU::morningstarau:\n\ncurrency, date, isodate, method, name, price, symbol\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Morningstart Australia website https://morningstar.com.au\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Jalon Avens & others\n",
                "subsections": []
            },
            "COPYRIGHT AND LICENSE": {
                "content": "Copyright (C) 2019 by Jalon Avens\n\nThis program is free software; you can redistribute it and/or modify it under the terms of the\nGNU General Public License as published by the Free Software Foundation; either version 2 of the\nLicense, or (at your option) any later version.\n",
                "subsections": []
            }
        }
    }
}