{
    "content": [
        {
            "type": "text",
            "text": "# Finance::Quote::NSEIndia (perldoc)\n\n## NAME\n\nFinance::Quote::NSEIndia - Obtain quotes from NSE India.\n\n## SYNOPSIS\n\nuse Finance::Quote;\n$q = Finance::Quote->new();\n%info = $q->fetch('nseindia', 'TCS'); # Only query NSE.\n%info = $q->fetch('india', 'TCS'); # Failover to other sources OK.\n\n## DESCRIPTION\n\nThis module obtains information about shares listed on the National Stock Exchange of India Ltd.\nSource is the daily bhav copy (zipped CSV).\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::NSEIndia",
        "section": "",
        "mode": "perldoc",
        "summary": "Finance::Quote::NSEIndia - Obtain quotes from NSE India.",
        "synopsis": "use Finance::Quote;\n$q = Finance::Quote->new();\n%info = $q->fetch('nseindia', 'TCS'); # Only query NSE.\n%info = $q->fetch('india', 'TCS'); # Failover to other sources OK.",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "LABELS RETURNED",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Finance::Quote::NSEIndia - Obtain quotes from NSE India.\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Finance::Quote;\n\n$q = Finance::Quote->new();\n\n%info = $q->fetch('nseindia', 'TCS'); # Only query NSE.\n%info = $q->fetch('india', 'TCS'); # Failover to other sources OK.\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module obtains information about shares listed on the National Stock Exchange of India Ltd.\nSource is the daily bhav copy (zipped CSV).\n\nThis module provides both the \"nseindia\" and \"india\" fetch methods. Please use the \"india\" fetch\nmethod if you wish to have failover with other sources for Indian stocks (such as BSE).\n",
                "subsections": []
            },
            "LABELS RETURNED": {
                "content": "The following labels may be returned by Finance::Quote::NSEIndia: close, last, high, low, open,\nprevclose, exchange\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "National Stock Exchange of India Ltd., http://www.nseindia.com/\n",
                "subsections": []
            }
        }
    }
}