Finance::Quote::AEX
Obtain quotes from Amsterdam Euronext eXchange
- Provided by: libfinance-quote-perl (Version: 1.51-1)
- Report a bug
Obtain quotes from Amsterdam Euronext eXchange
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
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().
The following labels may be returned: currency date high isin isodate last low name open success symbol volume.
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.