Paul Jamieson Fenwick > Finance-Quote-1.10 > Finance::Quote::AEX

Download:
Finance-Quote-1.10.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  12
Open  12
View Bugs
Report a bug
Module Version: 1.0   Source   Latest Release: Finance-Quote-1.16

NAME ^

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

SYNOPSIS ^

    use Finance::Quote;

    $q = Finance::Quote->new;

    %info = Finance::Quote->fetch("aex","AAB 93-08 7.5");  # Only query AEX
    %info = Finance::Quote->fetch("dutch","AAB 93-08 7.5"); # Failover to other sources OK 

DESCRIPTION ^

This module fetches information from the "Amsterdam Euronext eXchange AEX" http://www.aex.nl. Only local Dutch investment funds 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