1Finance::Quote::ASEGR(3U)ser Contributed Perl DocumentatiFoinnance::Quote::ASEGR(3)
2
3
4
6 Finance::Quote::ASEGR - Obtain quotes from Athens Exchange Group
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 https://www.athexgroup.gr.
18
19 This module is loaded by default on a Finance::Quote object. It's also
20 possible to load it explicitly by placing 'asegr' in the argument list
21 to Finance::Quote->new().
22
23 This module provides both the 'asegr' and 'greece' fetch methods.
24
26 The following labels may be returned: symbol date isodate close volume
27 high low isin.
28
30 Use of www.athexgroup.gr is governed by any terms & conditions of that
31 site.
32
33 Finance::Quote is released under the GNU General Public License,
34 version 2, which explicitly carries a "No Warranty" clause.
35
36
37
38perl v5.38.0 2023-08-13 Finance::Quote::ASEGR(3)