Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Finance::Quote::AEX

Name Finance::Quote::AEX
Version 1.52
Located at /usr/share/perl5/vendor_perl
File /usr/share/perl5/vendor_perl/Finance/Quote/AEX.pm
Is Core No
Search CPAN for this module Finance::Quote::AEX
Documentation Finance::Quote::AEX
Module Details Finance::Quote::AEX

NAME

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


SYNOPSIS

    use Finance::Quote;
    $q = Finance::Quote->new;
    %info = Finance::Quote->fetch("aex", "AMG");   # Only query AEX
    %info = Finance::Quote->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 object. It's also possible to load it explicitly by placing 'aex' in the argument list to Finance::Quote->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 is released under the GNU General Public License, version 2, which explicitly carries a ``No Warranty'' clause.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2025