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
20 The following labels may be returned by Finance::Quote::DWS: name,
21 date, isodate, last, name, currency
22
24 Information returned by this module is governed by DWS's terms and
25 conditions.
26
27 Finance::Quote is released under the GNU General Public License,
28 version 2, which explicitly carries a "No Warranty" clause.
29
30
31
32perl v5.38.0 2023-08-13 Finance::Quote::DWS(3)