1Finance::Quote::ASEGR(3U)ser Contributed Perl DocumentatiFoinnance::Quote::ASEGR(3)
2
3
4
6 Finance::Quote::ASEGR Obtain quotes from Athens Stock Exchange.
7
9 use Finance::Quote;
10
11 $q = Finance::Quote->new;
12
13 %info = Finance::Quote->fetch("asegr","minoa"); # Only query ASEGR
14 %info = Finance::Quote->fetch("greece","aaak"); # Failover to other sources OK.
15
17 This module fetches information from the "Athens Stock Exchange",
18 http://www.ase.gr. All stocks are available.
19
20 This module is loaded by default on a Finance::Quote object. It's also
21 possible to load it explicity by placing "ASEGR" in the argument list
22 to Finance::Quote->new().
23
24 This module provides both the "asegr" and "greece" fetch methods.
25 Please use the "greece" fetch method if you wish to have failover with
26 future sources for Greek stocks. Using the "asegr" method will
27 guarantee that your information only comes from the Athens Stock
28 Exchange.
29
30 Information obtained by this module may be covered by www.ase.gr terms
31 and conditions See http://www.ase.gr/ for details.
32
34 The following labels may be returned by Finance::Quote::ASEGR : name,
35 last, date, p_change, open, high, low, close, volume, currency, method,
36 exchange.
37
39 Athens Stock Exchange, http://www.ase.gr
40
41
42
43perl v5.32.1 2021-01-27 Finance::Quote::ASEGR(3)