1Finance::Quote::Deka(3)User Contributed Perl DocumentatioFninance::Quote::Deka(3)
2
3
4
6 Finance::Quote::Deka - Obtain fonds quotes from DekaBank.
7
9 use Finance::Quote;
10
11 $q = Finance::Quote->new("Deka");
12
13 %info = Finance::Quote->fetch("deka","DE0008474511");
14
16 This module obtains fund prices from DekaBank, http://www.deka.de/.
17 Deka website supports retrieval by name, WKN or ISIN.
18
20 The following labels may be returned by Finance::Quote::Deka: name,
21 date, price, last, method.
22
24 DekaBank, http://www.deka.de/
25
26 Finance::Quote;
27
28
29
30perl v5.8.8 2007-01-08 Finance::Quote::Deka(3)