{
    "content": [
        {
            "type": "text",
            "text": "# Finance::Quote::Tradeville (perldoc)\n\n## NAME\n\nFinance::Quote::BSERO - Obtain quotes from Bucharest Stock Exchange.\n\n## SYNOPSIS\n\nuse Finance::Quote;\n$q = Finance::Quote->new;\n%info = Finance::Quote->fetch(\"tradeville\", \"tlv\");  # Only query tradeville\n%info = Finance::Quote->fetch(\"romania\", \"brd\");     # Failover to other sources OK.\n\n## DESCRIPTION\n\nThis module fetches information from https://tradeville.eu/, a leader in online trading and\npioneer of the Romanian capital market.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **LABELS RETURNED**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Finance::Quote::Tradeville",
        "section": "",
        "mode": "perldoc",
        "summary": "Finance::Quote::BSERO - Obtain quotes from Bucharest Stock Exchange.",
        "synopsis": "use Finance::Quote;\n$q = Finance::Quote->new;\n%info = Finance::Quote->fetch(\"tradeville\", \"tlv\");  # Only query tradeville\n%info = Finance::Quote->fetch(\"romania\", \"brd\");     # 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": 10,
                "subsections": []
            },
            {
                "name": "LABELS RETURNED",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Finance::Quote::BSERO - Obtain quotes from Bucharest Stock Exchange.\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Finance::Quote;\n\n$q = Finance::Quote->new;\n\n%info = Finance::Quote->fetch(\"tradeville\", \"tlv\");  # Only query tradeville\n%info = Finance::Quote->fetch(\"romania\", \"brd\");     # Failover to other sources OK.\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module fetches information from https://tradeville.eu/, a leader in online trading and\npioneer of the Romanian capital market.\n\nThis module is loaded by default on a Finance::Quote object. It's also possible to load it\nexplicitly by placing \"tradeville\" in the argument list to Finance::Quote->new().\n\nThis module provides \"tradeville\", \"romania\", and \"europe\" fetch methods.\n\nInformation obtained by this module may be covered by tradeville.eu terms and conditions.\n",
                "subsections": []
            },
            "LABELS RETURNED": {
                "content": "The following labels are returned: cap currency dayrange divyield exchange last method open\npchange success symbol volume\n",
                "subsections": []
            }
        }
    }
}