{
    "content": [
        {
            "type": "text",
            "text": "# Finance::Quote::YahooJSON (perldoc)\n\n## NAME\n\nFinance::Quote::YahooJSON - Obtain quotes from Yahoo Finance through JSON call\n\n## SYNOPSIS\n\nuse Finance::Quote;\n$q = Finance::Quote->new;\n%info = Finance::Quote->fetch(\"yahoojson\",\"SBIIN.NS\");\n\n## DESCRIPTION\n\nThis module fetches information from Yahoo as JSON\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::YahooJSON",
        "section": "",
        "mode": "perldoc",
        "summary": "Finance::Quote::YahooJSON - Obtain quotes from Yahoo Finance through JSON call",
        "synopsis": "use Finance::Quote;\n$q = Finance::Quote->new;\n%info = Finance::Quote->fetch(\"yahoojson\",\"SBIIN.NS\");",
        "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": 7,
                "subsections": []
            },
            {
                "name": "LABELS RETURNED",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 1,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Finance::Quote::YahooJSON - Obtain quotes from Yahoo Finance through JSON call\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Finance::Quote;\n\n$q = Finance::Quote->new;\n\n%info = Finance::Quote->fetch(\"yahoojson\",\"SBIIN.NS\");\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module fetches information from Yahoo as JSON\n\nThis module is loaded by default on a Finance::Quote object. It's also possible to load it\nexplicitly by placing \"YahooJSON\" in the argument list to Finance::Quote->new().\n\nThis module provides the \"yahoojson\" fetch method.\n",
                "subsections": []
            },
            "LABELS RETURNED": {
                "content": "The following labels may be returned by Finance::Quote::YahooJSON : name, last, isodate, volume,\ncurrency, method, exchange, type, divyield eps pe yearrange open high low close.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "",
                "subsections": []
            }
        }
    }
}