1Finance::Quote::Deka(3)User Contributed Perl DocumentatioFninance::Quote::Deka(3)
2
3
4
6 Finance::Quote::Deka - Obtain quotes from DEKA (Wertpapierhaus der
7 Sparkassen).
8
10 use Finance::Quote;
11
12 $q = Finance::Quote->new;
13
14 %stockinfo = $q->fetch("deka","DE0008474503");
15
17 This module obtains information about DEKA managed funds.
18
19 Information returned by this module is governed by DEKA's terms and
20 conditions.
21
23 The following labels may be returned by Finance::Quote::DEKA: exchange,
24 name, date, price, last.
25
27 DEKA (Deka Investments), http://www.deka.de/
28
29
30
31perl v5.32.0 2020-07-28 Finance::Quote::Deka(3)