1Finance::Quote::FondsweUbs(e3r)Contributed Perl DocumentFaitniaonnce::Quote::Fondsweb(3)
2
3
4

NAME

6       Finance::Quote::Fondsweb - Obtain price data from Fondsweb (Germany)
7

VERSION

9       This documentation describes version 1.00 of Fondsweb.pm, December 28,
10       2018.
11

SYNOPSIS

13           use Finance::Quote;
14
15           $q = Finance::Quote->new;
16
17           %info = $q->fetch("fondsweb", "LU0804734787");
18

DESCRIPTION

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

FUND SYMBOLS

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

LABELS RETURNED

33       The following labels are returned by Finance::Quote::Fondsweb:
34
35       - currency - date - isin - isodate - last - method - name - nav - type
36       - year_range
37

REQUIREMENTS

39        Perl 5.012
40        HTML::TableExtract
41        HTML::TreeBuilder::XPath
42

ACKNOWLEDGEMENTS

44       Inspired by other modules already present with Finance::Quote
45

AUTHOR

47       Diego Marcolungo
48
50       Copyright (C) 2018, Diego Marcolungo.
51
52       This program is free software: you can redistribute it and/or modify it
53       under the terms of the GNU General Public License as published by the
54       Free Software Foundation, either version 3 of the License, or (at your
55       option) any later version.
56

DISCLAIMER

58       This program is distributed in the hope that it will be useful, but
59       WITHOUT ANY WARRANTY; without even the implied warranty of
60       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
61       General Public License for more details.
62

SEE ALSO

64       Fondsweb (Germany), <https://www.fondsweb.com/>
65
66
67
68perl v5.34.0                      2021-11-10       Finance::Quote::Fondsweb(3)
Impressum