{
    "content": [
        {
            "type": "text",
            "text": "# Finance::Quote::XETRA (perldoc)\n\n## NAME\n\nFinance::Quote::XETRA - Obtain quotes from XETRA/XFRA.\n\n## SYNOPSIS\n\nuse Finance::Quote;\n$q = Finance::Quote->new;\n%info = Finance::Quote->fetch(\"xetra\", \"EU0009658145.XETR\");\n\n## DESCRIPTION\n\nThis module fetches information from the XETRA and XFRA exchange, also including ETFs.\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::XETRA",
        "section": "",
        "mode": "perldoc",
        "summary": "Finance::Quote::XETRA - Obtain quotes from XETRA/XFRA.",
        "synopsis": "use Finance::Quote;\n$q = Finance::Quote->new;\n%info = Finance::Quote->fetch(\"xetra\", \"EU0009658145.XETR\");",
        "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": 13,
                "subsections": []
            },
            {
                "name": "LABELS RETURNED",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 1,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Finance::Quote::XETRA - Obtain quotes from XETRA/XFRA.\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Finance::Quote;\n\n$q = Finance::Quote->new;\n\n%info = Finance::Quote->fetch(\"xetra\", \"EU0009658145.XETR\");\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module fetches information from the XETRA and XFRA exchange, also including ETFs.\n\nThe desired exchange can be specified by appending 'XETR' or 'XFRA' after the ISIN, separating\nthe two with a dot '.' (see synopsys).\n\nThe full list of available symbols can be found at\nhttps://www.xetra.com/xetra-de/instrumente/alle-handelbaren-instrumente\n\nThis module is loaded by default on a Finance::Quote object. It's also possible to load it\nexplicitly by placing \"XETRA\" in the argument list to Finance::Quote->new().\n\nThis module provides the \"xetra\" fetch method.\n",
                "subsections": []
            },
            "LABELS RETURNED": {
                "content": "The following labels may be returned by Finance::Quote::XETRA : exchange symbol last high low\nisodate date close currency\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "",
                "subsections": []
            }
        }
    }
}