finance::quote::aex(3)

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 informa
tion 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
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout