logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Finance::Quote::AEX - Obtain quotes from Euronext Amsterdam/Paris/... eXchange

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, time, high, isin, isodate, last, low, name, open,
       close, success, symbol, volume, exchange.

Name

       Finance::Quote::AEX - Obtain quotes from Euronext Amsterdam/Paris/... eXchange

Synopsis

           use Finance::Quote;

           $q = Finance::Quote->new;

           %info = $q->fetch("aex", "AMG");   # Only query AEX
           %info = $q->fetch("dutch", "AMG"); # Failover to other sources OK

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 v5.40.1                                       2025-05-16                           Finance::Quote::AEX(3pm)

See Also