1Finance::Quote::VWD(3)User Contributed Perl DocumentationFinance::Quote::VWD(3)
2
3
4
6 Finance::Quote::VWD - Obtain quotes from vwd Vereinigte
7 Wirtschaftsdienste GmbH.
8
10 use Finance::Quote;
11
12 $q = Finance::Quote->new;
13
14 %stockinfo = $q->fetch("vwd","847402");
15
17 This module obtains information from vwd Vereinigte Wirtschaftsdienste
18 GmbH http://www.vwd.de/. Many european stocks and funds are available,
19 but at the moment only funds are supported.
20
21 Information returned by this module is governed by vwd's terms and
22 conditions.
23
25 The following labels may be returned by Finance::Quote::vwd: currency
26 date isodate name price last symbol time.
27
29 vwd Vereinigte Wirtschaftsdienste GmbH, http://www.vwd.de/
30
31
32
33perl v5.12.2 2011-01-12 Finance::Quote::VWD(3)