The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Finance::Quote::ESPA - Obtain quotes from Erste-Sparinvest KAG.

SYNOPSIS

    use Finance::Quote;

    $q = Finance::Quote->new('ESPA');

    %stockinfo = $q->fetch("espa","AT0000813001");

DESCRIPTION

This module obtains information for ESPA funds directly from the issuer. The quotes are taken from dataservices section of the international webpage http://www.sparinvest.com/.

LABELS RETURNED

The following labels may be returned by Finance::Quote::ESPA: name date price last nav close p_change method.

SEE ALSO

Erste-Sparinvest KAG http://www.sparinvest.com/

AUTHOR

   Copyright (C) 2004,2005 by Markus Winand <mws@fatalmind.com>

   This program is free software; you can redistribute it and/or
   modify it under the same terms as Perl itself.