table of contents
other versions
- Tumbleweed 1.670.0-1.1
- Leap-15.6
| Finance::Quote::Deka(3) | User Contributed Perl Documentation | Finance::Quote::Deka(3) |
NAME¶
Finance::Quote::Deka - Obtain quotes from DEKA (Wertpapierhaus der Sparkassen).
SYNOPSIS¶
use Finance::Quote;
$q = Finance::Quote->new;
%stockinfo = $q->fetch("deka","DE0008474503");
DESCRIPTION¶
This module obtains information about DEKA managed funds.
Information returned by this module is governed by DEKA's terms and conditions.
LABELS RETURNED¶
The following labels may be returned by Finance::Quote::DEKA: exchange, name, date, price, last.
SEE ALSO¶
DEKA (Deka Investments), http://www.deka.de/
| 2025-10-20 | perl v5.42.0 |