1Finance::Quote::DWS(3)User Contributed Perl DocumentationFinance::Quote::DWS(3)
2
3
4

NAME

6       Finance::Quote::DWS - Obtain quotes from DWS (Deutsche Bank Gruppe).
7

SYNOPSIS

9           use Finance::Quote;
10
11           $q = Finance::Quote->new;
12
13           %fundinfo = $q->fetch("dwsfunds","847402", "DE0008474024", ...);
14

DESCRIPTION

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

LABELS RETURNED

23       The following labels may be returned by Finance::Quote::DWS: exchange,
24       name, date, price, last.
25

SEE ALSO

27       DWS (Deutsche Bank Gruppe), http://www.dws.de/
28
29
30
31perl v5.32.0                      2020-07-28            Finance::Quote::DWS(3)
Impressum