Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Finance::Quote::ASEGR

Name Finance::Quote::ASEGR
Version 1.51
Located at /usr/share/perl5
File /usr/share/perl5/Finance/Quote/ASEGR.pm
Is Core No
Search CPAN for this module Finance::Quote::ASEGR
Documentation Finance::Quote::ASEGR
Module Details Finance::Quote::ASEGR

NAME

Finance::Quote::ASEGR - Obtain quotes from Athens Exchange Group


SYNOPSIS

    use Finance::Quote;
    $q = Finance::Quote->new;
    %info = Finance::Quote->fetch("asegr","minoa");  # Only query ASEGR
    %info = Finance::Quote->fetch("greece","aaak");  # Failover to other sources OK.


DESCRIPTION

This module fetches information from https://www.athexgroup.gr.

This module is loaded by default on a Finance::Quote object. It's also possible to load it explicitly by placing 'asegr' in the argument list to Finance::Quote->new().

This module provides both the 'asegr' and 'greece' fetch methods.


LABELS RETURNED

The following labels may be returned: symbol date isodate close volume high low isin.


Terms & Conditions

Use of www.athexgroup.gr is governed by any terms & conditions of that site.

Finance::Quote is released under the GNU General Public License, version 2, which explicitly carries a ``No Warranty'' clause.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026