{
    "mode": "perldoc",
    "parameter": "Finance::Quote::MStaruk",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote%3A%3AMStaruk/json",
    "generated": "2026-06-13T00:36:48Z",
    "synopsis": "$q = Finance::Quote->new;\n%info = Finance::Quote->fetch(\"mstaruk\",\"<isin> ...\");  # Only query morningstar.co.uk using ISINs\n%info = Finance::Quote->fetch(\"ukfunds\",\"<isin> ...\");  # Failover to other sources",
    "sections": {
        "NAME": {
            "content": "Finance::Quote::mstaruk - Obtain UK Unit Trust quotes from morningstar.co.uk.\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "$q = Finance::Quote->new;\n\n%info = Finance::Quote->fetch(\"mstaruk\",\"<isin> ...\");  # Only query morningstar.co.uk using ISINs\n%info = Finance::Quote->fetch(\"ukfunds\",\"<isin> ...\");  # Failover to other sources\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This module fetches information from the MorningStar Funds service, http://morningstar.com/uk/.\nThere are many UK Unit Trusts and OEICs quoted, as well as many Offshore Funds and Exhange\nTraded Funds (ETFs). It converts any funds quoted in GBX (pence) to GBP, dividing the price by\n100 in the process.\n\nFunds are identified by their ISIN code.\n\nThis module is loaded by default on a Finance::Quote object. It's also possible to load it\nexplicitly by placing \"mstaruk\" in the argument list to Finance::Quote->new().\n\nInformation obtained by this module may be covered by funds.ft.com terms and conditions See\nhttp://morningstar.co.ukfor details.\n",
            "subsections": [
                {
                    "name": "Stocks And Indices",
                    "content": "This module provides both the \"mstaruk\" and \"ukfunds\" fetch methods for fetching UK and Offshore\nUnit Trusts and OEICs prices and other information from funds.ft.com. Please use the \"ukfunds\"\nfetch method if you wish to have failover with future sources for UK and Offshore Unit Trusts\nand OEICs - the author has plans to develop Finance::Quote modules for other source providing\nunit trust prices. Using the \"mstaruk\" method will guarantee that your information only comes\nfrom the morningstar.co.uk website.\n"
                }
            ]
        },
        "LABELS RETURNED": {
            "content": "The following labels may be returned by Finance::Quote::mstaruk :\n\nname, currency, last, date, time, price, nav, source, method,\nisodate, net, pchange, success, errormsg.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "Morning Star websites, http://morningstar.co.uk\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Martin Sadler, <martinsadler@users.sourceforge.net>\n",
            "subsections": []
        },
        "COPYRIGHT AND LICENSE": {
            "content": "Copyright (C) 2010 by Martin Sadler\n\nThis library is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may\nhave available.\n",
            "subsections": []
        }
    },
    "summary": "Finance::Quote::mstaruk - Obtain UK Unit Trust quotes from morningstar.co.uk.",
    "flags": [],
    "examples": [],
    "see_also": []
}