1Finance::Quote::FondsweUbs(e3r)Contributed Perl DocumentFaitniaonnce::Quote::Fondsweb(3)
2
3
4
6 Finance::Quote::Fondsweb - Obtain price data from Fondsweb (Germany)
7
9 This documentation describes version 1.00 of Fondsweb.pm, December 28,
10 2018.
11
13 use Finance::Quote;
14
15 $q = Finance::Quote->new;
16
17 %info = $q->fetch("fondsweb", "LU0804734787");
18
20 This module obtains information from Fondsweb (Germany),
21 <https://www.fondsweb.com/>.
22
23 Information returned by this module is governed by Fondsweb (Germany)'s
24 terms and conditions.
25
27 Use the ISIN number
28
29 e.g. For <https://www.fondsweb.com/de/LU0804734787>, one would supply
30 LU0804734787 as the symbol argument on the fetch API call.
31
33 The following labels are returned by Finance::Quote::Fondsweb:
34
35 - currency - date - isin - isodate - last - method - name - nav - type
36
38 Perl 5.012
39 HTML::TableExtract
40 HTML::TreeBuilder::XPath
41
43 Inspired by other modules already present with Finance::Quote
44
46 Diego Marcolungo
47
49 Copyright (C) 2018, Diego Marcolungo.
50
51 This program is free software: you can redistribute it and/or modify it
52 under the terms of the GNU General Public License as published by the
53 Free Software Foundation, either version 3 of the License, or (at your
54 option) any later version.
55
57 This program is distributed in the hope that it will be useful, but
58 WITHOUT ANY WARRANTY; without even the implied warranty of
59 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
60 General Public License for more details.
61
63 Fondsweb (Germany), <https://www.fondsweb.com/>
64
65
66
67perl v5.38.0 2023-08-13 Finance::Quote::Fondsweb(3)