{
    "content": [
        {
            "type": "text",
            "text": "# Finance::Quote::Fool (perldoc)\n\n## NAME\n\nFinance::Quote::Fool - Obtain quotes from the Motley Fool web site.\n\n## SYNOPSIS\n\nuse Finance::Quote;\n$q = Finance::Quote->new;\n%stockinfo = $q->fetch(\"fool\",\"GE\", \"INTC\");\n\n## DESCRIPTION\n\nThis module obtains information from the Motley Fool website (http://caps.fool.com). The site\nprovides date from NASDAQ, NYSE and AMEX.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **LABELS RETURNED**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Finance::Quote::Fool",
        "section": "",
        "mode": "perldoc",
        "summary": "Finance::Quote::Fool - Obtain quotes from the Motley Fool web site.",
        "synopsis": "use Finance::Quote;\n$q = Finance::Quote->new;\n%stockinfo = $q->fetch(\"fool\",\"GE\", \"INTC\");",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "LABELS RETURNED",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 4,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Finance::Quote::Fool - Obtain quotes from the Motley Fool web site.\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Finance::Quote;\n\n$q = Finance::Quote->new;\n\n%stockinfo = $q->fetch(\"fool\",\"GE\", \"INTC\");\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module obtains information from the Motley Fool website (http://caps.fool.com). The site\nprovides date from NASDAQ, NYSE and AMEX.\n\nThis module is loaded by default on a Finance::Quote object. It's also possible to load it\nexplicitly by placing \"Fool\" in the argument list to Finance::Quote->new().\n\nInformation returned by this module is governed by the Motley Fool's terms and conditions.\n",
                "subsections": []
            },
            "LABELS RETURNED": {
                "content": "The following labels may be returned by Finance::Quote::Fool: symbol, dayrange, open, volume,\nclose, yearrange, last, currency, method.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Motley Fool, http://caps.fool.com\n\nFinance::Quote.\n",
                "subsections": []
            }
        }
    }
}