# phpman > man > Finance::Quote::AEX

## NAME
    [Finance::Quote::AEX](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote%3A%3AAEX/markdown) - Obtain quotes from Amsterdam Euronext eXchange

## SYNOPSIS
        use [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown);

        $q = [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown)->new;

        %info = [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown)->fetch("aex", "AMG");   # Only query AEX
        %info = [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown)->fetch("dutch", "AMG"); # Failover to other sources OK

## DESCRIPTION
    This module fetches information from <https://live.euronext.com>. Stocks and bonds are supported.

    This module is loaded by default on a [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown) object. It's also possible to load it
    explicitly by placing 'aex' in the argument list to [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown)->new().

## LABELS RETURNED
    The following labels may be returned: currency date high isin isodate last low name open success
    symbol volume.

Terms & Conditions
    Use of live.euronext.com is governed by any terms & conditions of that site.

    [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown) is released under the GNU General Public License, version 2, which explicitly
    carries a "No Warranty" clause.

