man Finance::Quote::AEX () - Finance::Quote::AEX Obtain quotes from Amsterdam Euronext eXchange

NAME

Finance::Quote::AEX Obtain quotes from Amsterdam Euronext eXchange

SYNOPSIS

    use Finance::Quote;

    $q = Finance::Quote->new;

    %info = Finance::Quote->fetch("aex","asml");  # Only query AEX
    %info = Finance::Quote->fetch("dutch","phi"); # Failover to other sources OK.

DESCRIPTION

This module fetches information from the Amsterdam Euronext eXchange AEX http://www.aex.nl. All dutch stocks and indices are available.

This module is loaded by default on a Finance::Quote object. It's also possible to load it explicity by placing AEX in the argument list to Finance::Quote->new().

This module provides both the aex and dutch fetch methods. Please use the dutch fetch method if you wish to have failover with future sources for Dutch stocks. Using the aex method will guarantee that your information only comes from the Amsterdam Euronext eXchange.

Information obtained by this module may be covered by www.aex.nl terms and conditions See http://www.aex.nl/ for details.

LABELS RETURNED

The following labels may be returned by Finance::Quote::AEX : name, last, date, p_change, bid, offer, open, high, low, close, volume, currency, method, exchange, time.

SEE ALSO

Amsterdam Euronext eXchange, http://www.aex.nl