{
    "content": [
        {
            "type": "text",
            "text": "# Finance::Quote::ASX (perldoc)\n\n## NAME\n\nFinance::Quote::ASX - Obtain quotes from the Australian Stock Exchange.\n\n## SYNOPSIS\n\nuse Finance::Quote;\n$q = Finance::Quote->new;\n%stockinfo = $q->fetch(\"asx\",\"BHP\");       # Only query ASX.\n%stockinfo = $q->fetch(\"australia\",\"BHP\"); # Failover to other sources OK.\n\n## DESCRIPTION\n\nThis module obtains information from the Australian Stock Exchange http://www.asx.com.au/. Data\nfor all Australian listed securities and indices is available. Indexes start with the letter\n'X'. For example, the All Ordinaries is \"XAO\". But some securities also start with the letter\n'X'.\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::ASX",
        "section": "",
        "mode": "perldoc",
        "summary": "Finance::Quote::ASX - Obtain quotes from the Australian Stock Exchange.",
        "synopsis": "use Finance::Quote;\n$q = Finance::Quote->new;\n%stockinfo = $q->fetch(\"asx\",\"BHP\");       # Only query ASX.\n%stockinfo = $q->fetch(\"australia\",\"BHP\"); # 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": 5,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 16,
                "subsections": []
            },
            {
                "name": "LABELS RETURNED",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 4,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Finance::Quote::ASX - Obtain quotes from the Australian Stock Exchange.\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Finance::Quote;\n$q = Finance::Quote->new;\n%stockinfo = $q->fetch(\"asx\",\"BHP\");       # Only query ASX.\n%stockinfo = $q->fetch(\"australia\",\"BHP\"); # Failover to other sources OK.\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module obtains information from the Australian Stock Exchange http://www.asx.com.au/. Data\nfor all Australian listed securities and indices is available. Indexes start with the letter\n'X'. For example, the All Ordinaries is \"XAO\". But some securities also start with the letter\n'X'.\n\nThis module is loaded by default on a Finance::Quote object. It's also possible to load it\nexplicitly by placing \"ASX\" in the argument list to Finance::Quote->new().\n\nThis module provides both the \"asx\" and \"australia\" fetch methods. Please use the \"australia\"\nfetch method if you wish to have failover with other sources for Australian stocks (such as\nYahoo). Using the \"asx\" method will guarantee that your information only comes from the\nAustralian Stock Exchange.\n\nInformation returned by this module is governed by the Australian Stock Exchange's terms and\nconditions.\n",
                "subsections": []
            },
            "LABELS RETURNED": {
                "content": "The following labels may be returned by Finance::Quote::ASX: bid, offer, open, high, low, last,\nnet, pchange, volume, and price.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Australian Stock Exchange, http://www.asx.com.au/\n\nFinance::Quote::Yahoo::Australia.\n",
                "subsections": []
            }
        }
    }
}