Manpages

Manpage of Finance::Quote::AEX

Finance::Quote::AEX

Section: User Contributed Perl Documentation (3)
Updated: perl v5.6.1
Index
Return to Main Contents
 

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


 

Index

NAME
SYNOPSIS
DESCRIPTION
LABELS RETURNED
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 12:29:06 GMT, April 19, 2024