{
    "mode": "perldoc",
    "parameter": "Finance::Quote::AEX",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote%3A%3AAEX/json",
    "generated": "2026-06-11T11:12:11Z",
    "synopsis": "use Finance::Quote;\n$q = Finance::Quote->new;\n%info = Finance::Quote->fetch(\"aex\", \"AMG\");   # Only query AEX\n%info = Finance::Quote->fetch(\"dutch\", \"AMG\"); # Failover to other sources OK",
    "sections": {
        "NAME": {
            "content": "Finance::Quote::AEX - Obtain quotes from Amsterdam Euronext eXchange\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Finance::Quote;\n\n$q = Finance::Quote->new;\n\n%info = Finance::Quote->fetch(\"aex\", \"AMG\");   # Only query AEX\n%info = Finance::Quote->fetch(\"dutch\", \"AMG\"); # Failover to other sources OK\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This module fetches information from https://live.euronext.com. Stocks and bonds are supported.\n\nThis module is loaded by default on a Finance::Quote object. It's also possible to load it\nexplicitly by placing 'aex' in the argument list to Finance::Quote->new().\n",
            "subsections": []
        },
        "LABELS RETURNED": {
            "content": "The following labels may be returned: currency date high isin isodate last low name open success\nsymbol volume.\n\nTerms & Conditions\nUse of live.euronext.com is governed by any terms & conditions of that site.\n\nFinance::Quote is released under the GNU General Public License, version 2, which explicitly\ncarries a \"No Warranty\" clause.\n",
            "subsections": []
        }
    },
    "summary": "Finance::Quote::AEX - Obtain quotes from Amsterdam Euronext eXchange",
    "flags": [],
    "examples": [],
    "see_also": []
}