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 = Finance::Quote->fetch("aex","AAB 93-08 7.5"); # Only query AEX
14 %info = Finance::Quote->fetch("dutch","AAB 93-08 7.5"); # Failover to other sources OK
15
17 This module fetches information from the "Amsterdam Euronext eXchange
18 AEX" http://www.aex.nl. Only local Dutch investment funds and all
19 traded here options and futures are available.
20
21 This module is loaded by default on a Finance::Quote object. It's also
22 possible to load it explicity by placing "AEX" in the argument list to
23 Finance::Quote->new().
24
25 Information obtained by this module may be covered by www.aex.nl terms
26 and conditions See http://www.aex.nl/ for details.
27
28 Stocks And Indices
29 This module provides both the "aex" and "dutch" fetch methods for
30 fetching stock and index quotes. Please use the "dutch" fetch method
31 if you wish to have failover with future sources for Dutch stocks.
32 Using the "aex" method will guarantee that your information only comes
33 from the Euronext Amsterdam website.
34
35 Note that options and futures are not supported by this module.
36
38 The following labels may be returned by Finance::Quote::AEX : name,
39 last, date, p_change, bid, offer, open, high, low, close, volume,
40 currency, method, exchange, time.
41
43 Amsterdam Euronext eXchange, http://www.aex.nl
44
45
46
47perl v5.32.0 2020-07-28 Finance::Quote::AEX(3)