{
    "content": [
        {
            "type": "text",
            "text": "# Finance::Quote::FTfunds (perldoc)\n\n## NAME\n\nFinance::Quote::FTfunds - Obtain UK Unit Trust quotes from FT.com (Financial Times).\n\n## SYNOPSIS\n\n$q = Finance::Quote->new;\n%info = Finance::Quote->fetch(\"ftfunds\",\"<isin> ...\");  # Only query FT.com using ISINs\n\n## DESCRIPTION\n\nThis module fetches information from the Financial Times Funds service, http://funds.ft.com.\nThere are over 47,000 UK Unit Trusts and OEICs quoted, as well as many Offshore Funds and\nExhange Traded Funds (ETFs). It converts any funds quoted in GBX (pence) to GBP, dividing the\nprice by 100 in the process.\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::FTfunds",
        "section": "",
        "mode": "perldoc",
        "summary": "Finance::Quote::FTfunds - Obtain UK Unit Trust quotes from FT.com (Financial Times).",
        "synopsis": "$q = Finance::Quote->new;\n%info = Finance::Quote->fetch(\"ftfunds\",\"<isin> ...\");  # Only query FT.com using ISINs",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 17,
                "subsections": [
                    {
                        "name": "Stocks And Indices",
                        "lines": 7
                    }
                ]
            },
            {
                "name": "LABELS RETURNED",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENSE",
                "lines": 6,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Finance::Quote::FTfunds - Obtain UK Unit Trust quotes from FT.com (Financial Times).\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "$q = Finance::Quote->new;\n\n%info = Finance::Quote->fetch(\"ftfunds\",\"<isin> ...\");  # Only query FT.com using ISINs\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module fetches information from the Financial Times Funds service, http://funds.ft.com.\nThere are over 47,000 UK Unit Trusts and OEICs quoted, as well as many Offshore Funds and\nExhange Traded Funds (ETFs). It converts any funds quoted in GBX (pence) to GBP, dividing the\nprice by 100 in the process.\n\nFunds are identified by their ISIN code, a 12 character alphanumeric code. Although the web site\nalso allows searching by fund name, this version of Finance::Quote::FTfunds only implements ISIN\nlookup. To determine the ISIN for funds of interest to you, visit the funds.ft.com site and use\nthe flexible search facilities to identify the funds of interest. The factsheet display for any\ngiven fund displays the ISIN along with other useful information.\n\nThis module is loaded by default on a Finance::Quote object. It's also possible to load it\nexplicitly by placing \"ftfunds\" 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://funds.ft.com/ and http://ft.com for details.\n",
                "subsections": [
                    {
                        "name": "Stocks And Indices",
                        "content": "This module provides both the \"ftfunds\" 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 the London Stock Exchange\nand Morningstar unit trust services. Using the \"ftfunds\" method will guarantee that your\ninformation only comes from the funds.ft.com website.\n"
                    }
                ]
            },
            "LABELS RETURNED": {
                "content": "The following labels may be returned by Finance::Quote::ftfunds :\n\nname, currency, last, date, time, price, nav, source, method,\nisodate, net, pchange, success, errormsg.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Financial Times websites, http://ft.com and http://funds.ft.com\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": []
            }
        }
    }
}