1Finance::Quote::AEX(3)User Contributed Perl DocumentationFinance::Quote::AEX(3)
2
3
4

NAME

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

SYNOPSIS

9           use Finance::Quote;
10
11           $q = Finance::Quote->new;
12
13           %info = Finance::Quote->fetch("aex", "AMG");   # Only query AEX
14           %info = Finance::Quote->fetch("dutch", "AMG"); # Failover to other sources OK
15

DESCRIPTION

17       This module fetches information from https://live.euronext.com.  Stocks
18       and bonds are supported.
19
20       This module is loaded by default on a Finance::Quote object. It's also
21       possible to load it explicitly by placing 'aex' in the argument list to
22       Finance::Quote->new().
23

LABELS RETURNED

25       The following labels may be returned: currency date high isin isodate
26       last low name open success symbol volume.
27

Terms & Conditions

29       Use of live.euronext.com is governed by any terms & conditions of that
30       site.
31
32       Finance::Quote is released under the GNU General Public License,
33       version 2, which explicitly carries a "No Warranty" clause.
34
35
36
37perl v5.34.0                      2021-11-10            Finance::Quote::AEX(3)
Impressum