1Finance::Quote::DWS(3)User Contributed Perl DocumentationFinance::Quote::DWS(3)
2
3
4
6 Finance::Quote::DWS - Obtain quotes from DWS (Deutsche Bank Gruppe).
7
9 use Finance::Quote;
10
11 $q = Finance::Quote->new;
12
13 %fundinfo = $q->fetch("dwsfunds","847402", "DE0008474024", ...);
14
16 This module obtains information about DWS managed funds. Query it with
17 German WKN and/or international ISIN symbols.
18
19 Information returned by this module is governed by DWS's terms and
20 conditions.
21
23 The following labels may be returned by Finance::Quote::DWS: exchange,
24 name, date, price, last.
25
27 DWS (Deutsche Bank Gruppe), http://www.dws.de/
28
29
30
31perl v5.28.1 2017-11-12 Finance::Quote::DWS(3)