1Finance::Quote::AEX(3)User Contributed Perl DocumentationFinance::Quote::AEX(3)
2
3
4
6 Finance::Quote::AEX - Obtain quotes from Amsterdam Euronext eXchange
7
9 use Finance::Quote;
10
11 $q = Finance::Quote->new;
12
13 %info = $q->fetch("aex", "AMG"); # Only query AEX
14 %info = $q->fetch("dutch", "AMG"); # Failover to other sources OK
15
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
25 The following labels may be returned: currency date high isin isodate
26 last low name open success symbol volume.
27
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.38.0 2023-08-13 Finance::Quote::AEX(3)